We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be6e6d commit 648f45eCopy full SHA for 648f45e
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -25,7 +25,7 @@ jobs:
25
matrix:
26
os: [ubuntu-latest, windows-latest]
27
build_type: [Release]
28
- c_compiler: [gcc, clang, cl]
+ c_compiler: [gcc, cl]
29
include:
30
- os: windows-latest
31
c_compiler: cl
@@ -36,13 +36,9 @@ jobs:
36
exclude:
37
38
c_compiler: gcc
39
- - os: windows-latest
40
- c_compiler: clang
41
- os: ubuntu-latest
42
43
- - os: ubuntu-latest
44
45
- cpp_compiler: clang++
+
46
47
steps:
48
- uses: actions/checkout@v4
0 commit comments