Skip to content

Commit

Permalink
Update the image for GH
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Jul 5, 2024
1 parent e36944f commit 874bec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-24.04]
compiler: [g++-14,clang++-18]

steps:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: install LLVM compiler
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-add-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main"
sudo apt-add-repository "deb http://apt.llvm.org/noble/ llvm-toolchain-noble-18 main"
sudo apt update
sudo apt install clang-18
Expand Down

0 comments on commit 874bec8

Please sign in to comment.