We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b874f6 commit 8916f49Copy full SHA for 8916f49
1 file changed
.github/workflows/ci.yml
@@ -65,8 +65,8 @@ jobs:
65
66
# 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
+ - os: macos-14
+ compiler: llvm
70
71
steps:
72
- uses: actions/checkout@v4
0 commit comments