mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Switch to gcc-13 for C++23 tests
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
This commit is contained in:
committed by
Victor Zverovich
parent
a2c290bc34
commit
5cdef76034
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
@ -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: |
|
||||||
|
Reference in New Issue
Block a user