Skip to content

Commit 1e656b0

Browse files
committed
ci: exclude macos-14 LLVM from CI
1 parent ae511b5 commit 1e656b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
compiler: appleclang
6565

6666
# To exclude a specific job from the matrix (e.g llvm on macos-14), you can use this syntax.
67-
# exclude:
68-
# - os: macos-14
69-
# compiler: llvm
67+
exclude:
68+
- os: macos-14
69+
compiler: llvm
7070

7171
steps:
7272
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)