Skip to content

Commit

Permalink
CI: Switch clang 11 to 13 jobs to ubuntu-22.04
Browse files Browse the repository at this point in the history
ubuntu-latest started giving:
Package 'clang-11' has no installation candidate
  • Loading branch information
solardiz committed Jan 20, 2025
1 parent 036620a commit 0381211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
run: ci/run-build-and-tests.sh

clang13-x86_64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
CC: clang-13
TARGET: x86_64
Expand All @@ -193,7 +193,7 @@ jobs:
run: ci/run-build-and-tests.sh

clang12-x86_64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
CC: clang-12
TARGET: x86_64
Expand All @@ -207,7 +207,7 @@ jobs:
run: ci/run-build-and-tests.sh

clang11-x86_64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
CC: clang-11
TARGET: x86_64
Expand Down

0 comments on commit 0381211

Please sign in to comment.