File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,24 +14,24 @@ concurrency:
1414permissions : read-all
1515
1616jobs :
17- build-windows-msvc16 -debug :
17+ build-windows-msvc17 -debug :
1818 secrets : inherit
1919 uses : intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
2020 with :
2121 force-delete : true # guarantees .gitattributes are respected in working dir
2222 submodules : true
2323 runs-on : ' [ "Windows", "build" ]'
24- msvc-version : 2019
25- artifact-out : build-windows-msvc16 -debug
24+ msvc-version : 2022
25+ artifact-out : build-windows-msvc17 -debug
2626 artifact-path : ./build/install
27- cmd : .github\scripts\build.bat "Visual Studio 16 2019 " "Debug"
27+ cmd : .github\scripts\build.bat "Visual Studio 17 2022 " "Debug"
2828
29- test-windows-msvc16 -debug :
30- needs : build-windows-msvc16 -debug
29+ test-windows-msvc17 -debug :
30+ needs : build-windows-msvc17 -debug
3131 secrets : inherit
3232 uses : intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
3333 with :
3434 runs-on : ' [ "Windows", "build" ]'
35- artifact-in : build-windows-msvc16 -debug
35+ artifact-in : build-windows-msvc17 -debug
3636 cmd : |
3737 .github\scripts\run_tests.bat
You can’t perform that action at this time.
0 commit comments