Skip to content

Commit

Permalink
Add gcc-14 CI (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui authored Aug 12, 2024
1 parent 39bf7aa commit 7c4f62e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- cxx: g++
ver: 13
os: ubuntu-24.04
- cxx: g++
ver: 14
os: ubuntu-24.04
env:
CXX: ${{ matrix.compiler.cxx }}-${{ matrix.compiler.ver }}
steps:
Expand All @@ -49,6 +52,10 @@ jobs:
chmod +x ./llvm.sh
sudo ./llvm.sh ${{ matrix.compiler.ver }}
- name: Setup GCC
if: matrix.compiler.cxx == 'g++' && matrix.compiler.ver == 14
run: sudo apt update && sudo apt install -y gcc-14

- name: Setup dependencies
uses: ./.github/actions/setup-ubuntu-deps

Expand Down

0 comments on commit 7c4f62e

Please sign in to comment.