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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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)