Skip to content

Commit 087a525

Browse files
committed
try setting msvc-version
1 parent bd341d7 commit 087a525

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/internal.ci.windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
force-delete: true # guarantees .gitattributes are respected in working dir
2121
submodules: true
2222
runs-on: '[ "Windows", "build" ]'
23+
msvc-version: 2019
2324
artifact-out: build-windows-msvc16
2425
artifact-path: ./build/install
2526
cmd: .github\scripts\build.bat "Visual Studio 16 2019" "Release" '"-DBUILD_EMBREE_FROM_SOURCE=OFF"'
@@ -42,6 +43,7 @@ jobs:
4243
force-delete: true # guarantees .gitattributes are respected in working dir
4344
submodules: true
4445
runs-on: '[ "Windows", "build" ]'
46+
msvc-version: 2022
4547
artifact-out: build-windows-msvc17
4648
artifact-path: ./build/install
4749
cmd: .github\scripts\build.bat "Visual Studio 17 2022" "Release" '"-DBUILD_EMBREE_FROM_SOURCE=OFF"'
@@ -53,6 +55,7 @@ jobs:
5355
force-delete: true # guarantees .gitattributes are respected in working dir
5456
submodules: true
5557
runs-on: '[ "Windows", "build" ]'
58+
msvc-version: 2022
5659
artifact-out: build-windows-msvc17-s
5760
artifact-path: ./build/install
5861
cmd: .github\scripts\build.bat "Visual Studio 17 2022" "Release"
@@ -75,6 +78,7 @@ jobs:
7578
force-delete: true # guarantees .gitattributes are respected in working dir
7679
submodules: true
7780
runs-on: '[ "Windows", "build" ]'
81+
msvc-version: 2026
7882
artifact-out: build-windows-msvc18
7983
artifact-path: ./build/install
8084
cmd: .github\scripts\build.bat "Visual Studio 18 2026" "Release" '"-DBUILD_EMBREE_FROM_SOURCE=OFF"'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
force-delete: true # guarantees .gitattributes are respected in working dir
2222
submodules: true
2323
runs-on: '[ "Windows", "build" ]'
24+
msvc-version: 2019
2425
artifact-out: build-windows-msvc16-debug
2526
artifact-path: ./build/install
2627
cmd: .github\scripts\build.bat "Visual Studio 16 2019" "Debug"

.github/workflows/internal.release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
force-delete: true # guarantees .gitattributes are respected in working dir
7878
submodules: true
7979
runs-on: '[ "Windows", "NAS", "build" ]'
80+
msvc-version: 2026
8081
artifact-out: windows
8182
artifact-path: ./*.zip
8283
cmd: |
@@ -163,6 +164,7 @@ jobs:
163164
uses: intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/windows.yml@main
164165
with:
165166
runs-on: '[ "Windows" ]'
167+
msvc-version: 2026
166168
artifact-in: windows
167169
cmd: |
168170
$env:OPENVKL_RELEASE_PACKAGE_VERSION="2.0.3"

0 commit comments

Comments
 (0)