Skip to content

Commit

Permalink
CI: bump llvm to 18 for focal native job
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Oct 25, 2024
1 parent 25d2c18 commit d662e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ jobs:
# for cross build, cross-setup.sh takes care of the toolchain
if: matrix.os == 'ubuntu-20.04' && matrix.arch == 'native'
run: |
sudo ./cross/setup-focal-proposed.sh
sudo apt-get update && sudo apt-get install -y clang-13 lld-13
sudo ./cross/setup-apt-llvm-org.sh
sudo apt-get update && sudo apt-get install -y clang-18 lld-18
sudo ./cross/setup-alternatives.sh
- name: Fix sources.list (cross)
Expand Down

0 comments on commit d662e70

Please sign in to comment.