Switch to gcc-13 for C++23 tests

Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
This commit is contained in:
Vladislav Shchapov
2024-09-05 00:18:23 +05:00
committed by Victor Zverovich
parent a2c290bc34
commit 5cdef76034

View File

@ -55,10 +55,10 @@ jobs:
std: 20 std: 20
cxxflags: -stdlib=libc++ cxxflags: -stdlib=libc++
install: sudo apt install libc++-11-dev libc++abi-11-dev install: sudo apt install libc++-11-dev libc++abi-11-dev
- cxx: g++-11 - cxx: g++-13
build_type: Release build_type: Release
std: 23 std: 23
install: sudo apt install g++-11 install: sudo apt install g++-13
shared: -DBUILD_SHARED_LIBS=ON shared: -DBUILD_SHARED_LIBS=ON
steps: steps:
@ -77,7 +77,7 @@ jobs:
- name: Add repositories for newer GCC - name: Add repositories for newer GCC
run: | run: |
sudo apt-add-repository ppa:ubuntu-toolchain-r/test 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 - name: Add Ubuntu mirrors
run: | run: |