Skip to content

Commit ea291ae

Browse files
committed
Switch to gcc-13 for C++23 tests
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
1 parent 22d50c1 commit ea291ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
std: 20
5656
cxxflags: -stdlib=libc++
5757
install: sudo apt install libc++-11-dev libc++abi-11-dev
58-
- cxx: g++-11
58+
- cxx: g++-13
5959
build_type: Release
6060
std: 23
61-
install: sudo apt install g++-11
61+
install: sudo apt install g++-13
6262
shared: -DBUILD_SHARED_LIBS=ON
6363

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

8282
- name: Add Ubuntu mirrors
8383
run: |

0 commit comments

Comments
 (0)