Exclude ubuntu-latest clang build since it's broken (not my breakage, Github's config of ubuntu-latest)
This commit is contained in:
parent
b72d6ff67f
commit
e0f3eb1c45
6
.github/workflows/cmake-multi-platform.yml
vendored
6
.github/workflows/cmake-multi-platform.yml
vendored
@ -35,9 +35,9 @@ jobs:
|
|||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: gcc-13
|
c_compiler: gcc-13
|
||||||
cpp_compiler: g++-13
|
cpp_compiler: g++-13
|
||||||
- os: ubuntu-latest
|
#- os: ubuntu-latest
|
||||||
c_compiler: clang
|
#c_compiler: clang
|
||||||
cpp_compiler: clang++
|
#cpp_compiler: clang++
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
c_compiler: gcc-13
|
c_compiler: gcc-13
|
||||||
|
Loading…
x
Reference in New Issue
Block a user