mirror of
https://github.com/microsoft/GSL.git
synced 2025-02-21 17:02:54 -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:
|
gcc:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cxx_version: [ 14, 17, 20 ]
|
cxx_version: [ 17 ] # 14, 17, 20
|
||||||
build_type: [ 'Debug', 'Release' ]
|
build_type: [ 'Debug'] # 'Debug', 'Release'
|
||||||
gcc_version: [ 12, 13, 14 ]
|
gcc_version: [ 12 ] # 12, 13, 14
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -47,9 +47,9 @@ jobs:
|
|||||||
clang:
|
clang:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cxx_version: [ 14, 17, 20 ]
|
cxx_version: [ 17 ] # 14, 17, 20
|
||||||
build_type: [ 'Debug', 'Release' ]
|
build_type: [ 'Debug' ] # 'Debug', 'Release'
|
||||||
clang_version: [ 16, 17, 18 ]
|
clang_version: [ 16 ] # 16, 17, 18
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -75,9 +75,9 @@ jobs:
|
|||||||
VS_MSVC:
|
VS_MSVC:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
generator: [ "Visual Studio 16 2019", "Visual Studio 17 2022" ]
|
cxx_version: [ 17 ] # 14, 17, 20
|
||||||
cxx_version: [ 14, 17, 20 ]
|
generator: [ "Visual Studio 16 2019" ] # "Visual Studio 16 2019", "Visual Studio 17 2022" ]
|
||||||
build_type: [ 'Debug', 'Release' ]
|
build_type: [ 'Debug' ] # 'Debug', 'Release'
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user