Exclude ubuntu-latest clang build since it's broken (not my breakage, Github's config of ubuntu-latest)

This commit is contained in:
Travis Hunter 2024-03-15 13:29:30 -06:00
parent b72d6ff67f
commit e0f3eb1c45

View File

@ -35,9 +35,9 @@ jobs:
- os: ubuntu-latest
c_compiler: gcc-13
cpp_compiler: g++-13
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
#- os: ubuntu-latest
#c_compiler: clang
#cpp_compiler: clang++
exclude:
- os: windows-latest
c_compiler: gcc-13