Skip to content

Commit 7b3ee87

Browse files
committed
Update workflows
1 parent 62bef37 commit 7b3ee87

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

.github/workflows/examples.yml

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

1616
matrix:
17-
os: [ubuntu-latest, windows-latest, macos-latest]
1817
build_type: [Debug, Release]
19-
c_compiler: [gcc, clang, cl]
2018
include:
2119
- os: windows-latest
2220
c_compiler: cl
@@ -27,20 +25,9 @@ jobs:
2725
- os: ubuntu-latest
2826
c_compiler: clang
2927
cpp_compiler: clang++
30-
- os: macos-latest
31-
c_compiler: clang
32-
cpp_compiler: clang++
33-
exclude:
34-
- os: windows-latest
35-
c_compiler: gcc
36-
- os: windows-latest
37-
c_compiler: clang
38-
- os: ubuntu-latest
39-
c_compiler: cl
40-
- os: macos-latest
41-
c_compiler: cl
42-
- os: macos-latest
43-
c_compiler: gcc
28+
# - os: macos-latest
29+
# c_compiler: clang
30+
# cpp_compiler: clang++
4431

4532
steps:
4633
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)