Skip to content

Commit

Permalink
Switch to gcc-13 for C++23 tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <[email protected]>
  • Loading branch information
phprus committed Sep 5, 2024
1 parent a2c290b commit 3751e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
std: 20
cxxflags: -stdlib=libc++
install: sudo apt install libc++-11-dev libc++abi-11-dev
- cxx: g++-11
- cxx: g++-13
build_type: Release
std: 23
install: sudo apt install g++-11
install: sudo apt install g++-13
shared: -DBUILD_SHARED_LIBS=ON

steps:
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Add repositories for newer GCC
run: |
sudo apt-add-repository ppa:ubuntu-toolchain-r/test
if: ${{ matrix.cxx == 'g++-11' }}
if: ${{ matrix.cxx == 'g++-11' || matrix.cxx == 'g++-13' }}

- name: Add Ubuntu mirrors
run: |
Expand Down

0 comments on commit 3751e7e

Please sign in to comment.