mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-19 16:13:50 -05:00
tone down the matrix size. for now
This commit is contained in:
parent
a79e43a6dd
commit
e6abe6b19a
18
.github/workflows/compilers.yml
vendored
18
.github/workflows/compilers.yml
vendored
@ -19,9 +19,9 @@ jobs:
|
||||
gcc:
|
||||
strategy:
|
||||
matrix:
|
||||
cxx_version: [ 14, 17, 20 ]
|
||||
build_type: [ 'Debug', 'Release' ]
|
||||
gcc_version: [ 12, 13, 14 ]
|
||||
cxx_version: [ 17 ] # 14, 17, 20
|
||||
build_type: [ 'Debug'] # 'Debug', 'Release'
|
||||
gcc_version: [ 12 ] # 12, 13, 14
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -47,9 +47,9 @@ jobs:
|
||||
clang:
|
||||
strategy:
|
||||
matrix:
|
||||
cxx_version: [ 14, 17, 20 ]
|
||||
build_type: [ 'Debug', 'Release' ]
|
||||
clang_version: [ 16, 17, 18 ]
|
||||
cxx_version: [ 17 ] # 14, 17, 20
|
||||
build_type: [ 'Debug' ] # 'Debug', 'Release'
|
||||
clang_version: [ 16 ] # 16, 17, 18
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -75,9 +75,9 @@ jobs:
|
||||
VS_MSVC:
|
||||
strategy:
|
||||
matrix:
|
||||
generator: [ "Visual Studio 16 2019", "Visual Studio 17 2022" ]
|
||||
cxx_version: [ 14, 17, 20 ]
|
||||
build_type: [ 'Debug', 'Release' ]
|
||||
cxx_version: [ 17 ] # 14, 17, 20
|
||||
generator: [ "Visual Studio 16 2019" ] # "Visual Studio 16 2019", "Visual Studio 17 2022" ]
|
||||
build_type: [ 'Debug' ] # 'Debug', 'Release'
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user