Skip to content

Commit 1dd6f12

Browse files
committed
Update workflows
1 parent 7b3ee87 commit 1dd6f12

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/examples.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
fail-fast: true
1515

1616
matrix:
17+
os: [ubuntu-latest, windows-latest, macos-latest]
1718
build_type: [Debug, Release]
19+
c_compiler: [gcc, clang, cl]
1820
include:
1921
- os: windows-latest
2022
c_compiler: cl
@@ -25,10 +27,16 @@ jobs:
2527
- os: ubuntu-latest
2628
c_compiler: clang
2729
cpp_compiler: clang++
28-
# - os: macos-latest
29-
# c_compiler: clang
30-
# cpp_compiler: clang++
31-
30+
exclude:
31+
- os: macos-latest
32+
- c_compiler: clang
33+
- os: windows-latest
34+
c_compiler: gcc
35+
- os: windows-latest
36+
c_compiler: clang
37+
- os: ubuntu-latest
38+
c_compiler: cl
39+
3240
steps:
3341
- uses: actions/checkout@v4
3442

0 commit comments

Comments
 (0)