Skip to content

Commit

Permalink
CI: Fix LLVM builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Feb 1, 2025
1 parent 987fa7a commit b4d59be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
llvm:
name: LLVM
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.event_name != 'release'
steps:
- name: Checkout
Expand All @@ -190,7 +190,7 @@ jobs:
- name: Prepare
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main'
sudo add-apt-repository -y 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble main'
sudo apt install -y clang
- name: Build
run: |
Expand Down

0 comments on commit b4d59be

Please sign in to comment.