We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71523eb commit ed738c9Copy full SHA for ed738c9
.github/workflows/ci.yml
@@ -179,7 +179,7 @@ jobs:
179
run: ci/run-build-and-tests.sh
180
181
clang13-x86_64:
182
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
183
env:
184
CC: clang-13
185
TARGET: x86_64
@@ -193,7 +193,7 @@ jobs:
193
194
195
clang12-x86_64:
196
197
198
CC: clang-12
199
@@ -207,7 +207,7 @@ jobs:
207
208
209
clang11-x86_64:
210
211
212
CC: clang-11
213
0 commit comments