mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-25 01:01:58 -05:00
upate visual studio test to run vs2019
This commit is contained in:
parent
785f7a140f
commit
cb108e433d
9
.github/workflows/compilers.yml
vendored
9
.github/workflows/compilers.yml
vendored
@ -72,10 +72,13 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cxx_version: [ 14, 17, 20 ]
|
cxx_version: [ 14, 17, 20 ]
|
||||||
generator: [ 'Visual Studio 16 2019', 'Visual Studio 17 2022' ]
|
|
||||||
build_type: [ 'Debug', 'Release' ]
|
|
||||||
extra_args: [ '', '-T ClangCL' ]
|
extra_args: [ '', '-T ClangCL' ]
|
||||||
runs-on: windows-latest
|
include:
|
||||||
|
- generator: 'Visual Studio 16 2019'
|
||||||
|
image: 'windows-2019'
|
||||||
|
- generator: 'Visual Studio 17 2022'
|
||||||
|
image: 'windows-2022'
|
||||||
|
runs-on: ${{ matrix.image }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user