Skip to content

Commit

Permalink
Update the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Sep 26, 2023
1 parent 0452609 commit 0014a2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
compiler: [g++-13,clang++-16]
compiler: [g++-13,clang++-17]

steps:
- name: Checkout code
Expand All @@ -27,9 +27,9 @@ 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-16 main"
sudo apt-add-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main"
sudo apt update
sudo apt install clang-16
sudo apt install clang-17
- name: Build binaries
env:
Expand Down

0 comments on commit 0014a2a

Please sign in to comment.