Skip to content

Commit 648f45e

Browse files
authored
Update cmake-multi-platform.yml
1 parent 9be6e6d commit 648f45e

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
os: [ubuntu-latest, windows-latest]
2727
build_type: [Release]
28-
c_compiler: [gcc, clang, cl]
28+
c_compiler: [gcc, cl]
2929
include:
3030
- os: windows-latest
3131
c_compiler: cl
@@ -36,13 +36,9 @@ jobs:
3636
exclude:
3737
- os: windows-latest
3838
c_compiler: gcc
39-
- os: windows-latest
40-
c_compiler: clang
4139
- os: ubuntu-latest
4240
c_compiler: cl
43-
- os: ubuntu-latest
44-
c_compiler: clang
45-
cpp_compiler: clang++
41+
4642

4743
steps:
4844
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)