Skip to content

Commit 60f9289

Browse files
committed
nightly use msvc17-debug
1 parent 087a525 commit 60f9289

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/internal.nightly.windows.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ concurrency:
1414
permissions: read-all
1515

1616
jobs:
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

0 commit comments

Comments
 (0)