We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d50c1 commit ea291aeCopy full SHA for ea291ae
1 file changed
.github/workflows/linux.yml
@@ -55,10 +55,10 @@ jobs:
55
std: 20
56
cxxflags: -stdlib=libc++
57
install: sudo apt install libc++-11-dev libc++abi-11-dev
58
- - cxx: g++-11
+ - cxx: g++-13
59
build_type: Release
60
std: 23
61
- install: sudo apt install g++-11
+ install: sudo apt install g++-13
62
shared: -DBUILD_SHARED_LIBS=ON
63
64
steps:
@@ -77,7 +77,7 @@ jobs:
77
- name: Add repositories for newer GCC
78
run: |
79
sudo apt-add-repository ppa:ubuntu-toolchain-r/test
80
- if: ${{ matrix.cxx == 'g++-11' }}
+ if: ${{ matrix.cxx == 'g++-11' || matrix.cxx == 'g++-13' }}
81
82
- name: Add Ubuntu mirrors
83
0 commit comments