Skip to content

Commit ed738c9

Browse files
committed
CI: Switch clang 11 to 13 jobs to ubuntu-22.04
ubuntu-latest started giving: Package 'clang-11' has no installation candidate
1 parent 71523eb commit ed738c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
run: ci/run-build-and-tests.sh
180180

181181
clang13-x86_64:
182-
runs-on: ubuntu-latest
182+
runs-on: ubuntu-22.04
183183
env:
184184
CC: clang-13
185185
TARGET: x86_64
@@ -193,7 +193,7 @@ jobs:
193193
run: ci/run-build-and-tests.sh
194194

195195
clang12-x86_64:
196-
runs-on: ubuntu-latest
196+
runs-on: ubuntu-22.04
197197
env:
198198
CC: clang-12
199199
TARGET: x86_64
@@ -207,7 +207,7 @@ jobs:
207207
run: ci/run-build-and-tests.sh
208208

209209
clang11-x86_64:
210-
runs-on: ubuntu-latest
210+
runs-on: ubuntu-22.04
211211
env:
212212
CC: clang-11
213213
TARGET: x86_64

0 commit comments

Comments
 (0)