Skip to content

Commit 0e0a849

Browse files
authored
Update cmake-multi-platform.yml
1 parent c6714a1 commit 0e0a849

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

Diff for: .github/workflows/cmake-multi-platform.yml

+2-14
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@ jobs:
2626
#
2727
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2828
matrix:
29-
os: [ubuntu-latest, windows-latest, macos-13]
29+
os: [ubuntu-latest, macos-13]
3030
build_type: [Release]
31-
c_compiler: [gcc, clang, cl]
31+
c_compiler: [gcc, clang]
3232
include:
33-
- os: windows-latest
34-
c_compiler: cl
35-
cpp_compiler: cl
3633
- os: ubuntu-latest
3734
c_compiler: gcc
3835
cpp_compiler: g++
@@ -45,15 +42,6 @@ jobs:
4542
- os: macos-13
4643
c_compiler: clang
4744
cpp_compiler: clang++
48-
exclude:
49-
- os: windows-latest
50-
c_compiler: gcc
51-
- os: windows-latest
52-
c_compiler: clang
53-
- os: ubuntu-latest
54-
c_compiler: cl
55-
- os: macos-13
56-
c_compiler: cl
5745

5846
steps:
5947
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)