mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-02 09:18:33 -04:00
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:
parent
16a60199df
commit
bcf566df65
6
.github/workflows/compilers.yml
vendored
6
.github/workflows/compilers.yml
vendored
@ -17,12 +17,10 @@ jobs:
|
|||||||
gcc:
|
gcc:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
gcc_version: [ 10, 11, 12 ]
|
gcc_version: [ 12, 13, 14 ]
|
||||||
build_type: [ Debug, Release ]
|
build_type: [ Debug, Release ]
|
||||||
cxx_version: [ 14, 17, 20, 23 ]
|
cxx_version: [ 14, 17, 20, 23 ]
|
||||||
exclude:
|
exclude:
|
||||||
- gcc_version: 10
|
|
||||||
cxx_version: 23
|
|
||||||
# https://github.com/google/googletest/issues/4232
|
# https://github.com/google/googletest/issues/4232
|
||||||
# Looks like GoogleTest is not interested in making version 1.14
|
# Looks like GoogleTest is not interested in making version 1.14
|
||||||
# work with gcc-12.
|
# work with gcc-12.
|
||||||
@ -44,7 +42,7 @@ jobs:
|
|||||||
clang:
|
clang:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
clang_version: [ 13, 14, 15 ]
|
clang_version: [ 16, 17, 18 ]
|
||||||
build_type: [ Debug, Release ]
|
build_type: [ Debug, Release ]
|
||||||
cxx_version: [ 14, 17, 20, 23 ]
|
cxx_version: [ 14, 17, 20, 23 ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -93,9 +93,9 @@ Below is a table showing the versions currently being tested (also see [.github/
|
|||||||
|
|
||||||
Compiler |Toolset Versions Currently Tested
|
Compiler |Toolset Versions Currently Tested
|
||||||
:------- |--:
|
:------- |--:
|
||||||
GCC | 10, 11, 12
|
GCC | 12, 13, 14
|
||||||
XCode | 14.3.1, 15.4
|
XCode | 14.3.1, 15.4
|
||||||
Clang | 13, 14, 15
|
Clang | 16, 17, 18
|
||||||
Visual Studio with MSVC | VS2019, VS2022
|
Visual Studio with MSVC | VS2019, VS2022
|
||||||
Visual Studio with LLVM | VS2019, VS2022
|
Visual Studio with LLVM | VS2019, VS2022
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user