Skip to content

Commit bc9993f

Browse files
update test workflow
1 parent 1756d7d commit bc9993f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
inputs.platform == 'linux-aarch64' && 'ubuntu-22.04-arm' ||
4444
inputs.platform == 'macos' && 'macos-15' ||
4545
inputs.platform == 'windows-arm64' && 'windows-11-arm' ||
46-
(inputs.platform == 'windows' && inputs.backend == 'cuda') && 'windows-2022' ||
4746
'windows-2025'
4847
}}
4948
outputs:
@@ -158,6 +157,7 @@ jobs:
158157
uses: ilammy/msvc-dev-cmd@v1.13.0
159158
with:
160159
arch: ${{ inputs.platform == 'windows-arm64' && 'arm64' || 'x64' }}
160+
toolset: ${{ (inputs.platform == 'windows' && inputs.backend == 'cuda') && '14.44' || '' }}
161161

162162
# Build CPU backend
163163
- name: Build C++

0 commit comments

Comments
 (0)