mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-01 08:56:29 -04:00
google test does not work with gcc12
This commit is contained in:
parent
c0a4f04cd0
commit
d334a4f171
9
.github/workflows/compilers.yml
vendored
9
.github/workflows/compilers.yml
vendored
@ -23,7 +23,14 @@ jobs:
|
||||
exclude:
|
||||
- gcc_version: 10
|
||||
cxx_version: 23
|
||||
runs-on: ubuntu-latest
|
||||
# https://github.com/google/googletest/issues/4232
|
||||
# Looks like GoogleTest is not interested in making version 1.14
|
||||
# work with gcc-12.
|
||||
- gcc_version: 12
|
||||
cxx_version: 20
|
||||
- gcc_version: 12
|
||||
cxx_version: 20
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user