Skip to content

Commit f6df100

Browse files
committed
Updating MSW GitHub CI workflow for 2022
1 parent 5b33674 commit f6df100

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: VC2019
1+
name: VC2022
22

33
on:
44
push:
@@ -24,12 +24,12 @@ jobs:
2424

2525
- name: Build
2626
working-directory: ${{github.workspace}}
27-
run: msbuild proj\vc2019\cinder.sln /m /t:rebuild /p:Configuration=${{matrix.config}}
27+
run: msbuild proj\vc2022\cinder.sln /m /t:rebuild /p:Configuration=${{matrix.config}}
2828

2929
- name: Build Unit Tests
3030
working-directory: ${{github.workspace}}\test\unit
31-
run: msbuild vc2019\unit.sln /m /t:rebuild /p:Configuration=${{matrix.config}}
31+
run: msbuild vc2022\unit.sln /m /t:rebuild /p:Configuration=${{matrix.config}}
3232

3333
- name: Run Unit Tests
3434
working-directory: ${{github.workspace}}\test\unit
35-
run: vc2019\build\v142\${{matrix.config}}\x64\CinderUnitTests.exe
35+
run: vc2022\build\v143\${{matrix.config}}\x64\CinderUnitTests.exe

0 commit comments

Comments
 (0)