Commit 88729a1 1 parent ccc0889 commit 88729a1 Copy full SHA for 88729a1
File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,19 @@ jobs:
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- generator :
28
- - Visual Studio 16 2019
27
+ version :
28
+ - generator : Visual Studio 16 2019
29
+ runs-on : windows-2019
30
+ - generator : Visual Studio 17 2022
31
+ runs-on : windows-2022
29
32
configuration :
30
33
- Release
31
34
# Github hosted runners tend to hang when running Debug unit tests.
32
35
# Instead of trying to work around it, disable the Debug job until
33
36
# something beefier (i.e. a heavy self-hosted runner) becomes
34
37
# available.
35
- # - Debug
36
- runs-on : windows-2019
38
+ - Debug
39
+ runs-on : ${{ matrix.version.runs-on }}
37
40
env :
38
41
build_dir : .build
39
42
steps :
80
83
- name : build
81
84
uses : ./.github/actions/build
82
85
with :
83
- generator : ' ${{ matrix.generator }}'
86
+ generator : ' ${{ matrix.version. generator }}'
84
87
configuration : ${{ matrix.configuration }}
85
88
# Hard code for now. Move to the matrix if varied options are needed
86
89
cmake-args : ' -Dassert=ON -Dreporting=OFF -Dunity=ON'
You can’t perform that action at this time.
0 commit comments