Skip to content

Commit 7a2d21c

Browse files
authored
Remove osx13 from workflow as it will be deprecated soon (#573)
1 parent abf79a4 commit 7a2d21c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os:
21-
- 13
2221
- 14
2322
- 15
2423
# - "15-large"
@@ -29,8 +28,6 @@ jobs:
2928
- clang
3029
- apple-clang
3130
exclude:
32-
- os: 13
33-
compiler: apple-clang
3431
- os: 14
3532
compiler: apple-clang
3633

@@ -109,7 +106,7 @@ jobs:
109106
- name: Run all examples
110107
working-directory: build
111108
run: cmake --build . --config ${{matrix.config.name}} --target run_examples
112-
109+
113110
- name: Install
114111
working-directory: build
115112
run: cmake --install . --config ${{matrix.config.name}}

0 commit comments

Comments
 (0)