Skip to content

Commit

Permalink
github: use llvm-18 instead of llvm-12
Browse files Browse the repository at this point in the history
Since GH runners have moved to Ubuntu 24.04.1 llvm-12 package is not
available anymore.
  • Loading branch information
r-bk committed Jan 12, 2025
1 parent 1ee2502 commit 259b66a
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 @@ -138,8 +138,8 @@ jobs:
fuzz:
runs-on: ubuntu-latest
steps:
- name: install llvm-12
run: sudo apt install -y llvm-12
- name: install llvm-18
run: sudo apt install -y llvm-18

- uses: actions/checkout@v4

Expand Down

0 comments on commit 259b66a

Please sign in to comment.