Skip to content

Commit 895fbac

Browse files
committed
Revert "ci: disable Macos-14 LLVM due to incompatible llvm [skip ci]"
This reverts commit 8916f49.
1 parent 25ef853 commit 895fbac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565

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

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

0 commit comments

Comments
 (0)