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 abf79a4 commit 7a2d21cCopy full SHA for 7a2d21c
.github/workflows/osx.yml
@@ -18,7 +18,6 @@ jobs:
18
fail-fast: false
19
matrix:
20
os:
21
- - 13
22
- 14
23
- 15
24
# - "15-large"
@@ -29,8 +28,6 @@ jobs:
29
28
- clang
30
- apple-clang
31
exclude:
32
- - os: 13
33
- compiler: apple-clang
34
- os: 14
35
compiler: apple-clang
36
@@ -109,7 +106,7 @@ jobs:
109
106
- name: Run all examples
110
107
working-directory: build
111
108
run: cmake --build . --config ${{matrix.config.name}} --target run_examples
112
-
+
113
- name: Install
114
115
run: cmake --install . --config ${{matrix.config.name}}
0 commit comments