We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50c908 commit 8b9cfd9Copy full SHA for 8b9cfd9
1 file changed
.github/workflows/ci.yml
@@ -128,7 +128,7 @@ jobs:
128
129
strategy:
130
matrix:
131
- llvm-version: [21]
+ llvm-version: [22]
132
133
env:
134
CC: clang-${{ matrix.llvm-version }}
@@ -152,7 +152,6 @@ jobs:
152
153
154
mac:
155
- # need Apple Silicon for exception handling try_compile detection to work
156
runs-on: macos-latest
157
timeout-minutes: 10
158
0 commit comments