We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bef37 commit 7b3ee87Copy full SHA for 7b3ee87
.github/workflows/examples.yml
@@ -14,9 +14,7 @@ jobs:
14
fail-fast: true
15
16
matrix:
17
- os: [ubuntu-latest, windows-latest, macos-latest]
18
build_type: [Debug, Release]
19
- c_compiler: [gcc, clang, cl]
20
include:
21
- os: windows-latest
22
c_compiler: cl
@@ -27,20 +25,9 @@ jobs:
27
25
- os: ubuntu-latest
28
26
c_compiler: clang
29
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
37
38
- - os: ubuntu-latest
39
- c_compiler: cl
40
41
42
43
+ # - os: macos-latest
+ # c_compiler: clang
+ # cpp_compiler: clang++
44
45
steps:
46
- uses: actions/checkout@v4
0 commit comments