React to ubuntu-latest changing to 24.04

Reacting to https://github.com/actions/runner-images/issues/10636
* update clang to 16,17,18
* update gcc to 12,13,14
This commit is contained in:
Carson Radtke 2025-01-03 09:58:15 -06:00
parent 16a60199df
commit bcf566df65
2 changed files with 4 additions and 6 deletions

View File

@ -17,12 +17,10 @@ jobs:
gcc:
strategy:
matrix:
gcc_version: [ 10, 11, 12 ]
gcc_version: [ 12, 13, 14 ]
build_type: [ Debug, Release ]
cxx_version: [ 14, 17, 20, 23 ]
exclude:
- gcc_version: 10
cxx_version: 23
# https://github.com/google/googletest/issues/4232
# Looks like GoogleTest is not interested in making version 1.14
# work with gcc-12.
@ -44,7 +42,7 @@ jobs:
clang:
strategy:
matrix:
clang_version: [ 13, 14, 15 ]
clang_version: [ 16, 17, 18 ]
build_type: [ Debug, Release ]
cxx_version: [ 14, 17, 20, 23 ]
runs-on: ubuntu-latest

View File

@ -93,9 +93,9 @@ Below is a table showing the versions currently being tested (also see [.github/
Compiler |Toolset Versions Currently Tested
:------- |--:
GCC | 10, 11, 12
GCC | 12, 13, 14
XCode | 14.3.1, 15.4
Clang | 13, 14, 15
Clang | 16, 17, 18
Visual Studio with MSVC | VS2019, VS2022
Visual Studio with LLVM | VS2019, VS2022