Skip to content

Commit d6f5ee5

Browse files
committed
Update workflows
1 parent 1dd6f12 commit d6f5ee5

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/examples.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,17 @@ jobs:
1818
build_type: [Debug, Release]
1919
c_compiler: [gcc, clang, cl]
2020
include:
21-
- os: windows-latest
22-
c_compiler: cl
23-
cpp_compiler: cl
21+
# - os: windows-latest
22+
# c_compiler: cl
23+
# cpp_compiler: cl
2424
- os: ubuntu-latest
2525
c_compiler: gcc
2626
cpp_compiler: g++
27-
- os: ubuntu-latest
28-
c_compiler: clang
29-
cpp_compiler: clang++
27+
# - os: ubuntu-latest
28+
# c_compiler: clang
29+
# cpp_compiler: clang++
3030
exclude:
31+
- os: windows-latest
3132
- os: macos-latest
3233
- c_compiler: clang
3334
- os: windows-latest
@@ -36,6 +37,8 @@ jobs:
3637
c_compiler: clang
3738
- os: ubuntu-latest
3839
c_compiler: cl
40+
- os: ubuntu-latest
41+
c_compiler: cl
3942

4043
steps:
4144
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)