We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1756d7d commit bc9993fCopy full SHA for bc9993f
1 file changed
.github/workflows/test-runner.yml
@@ -43,7 +43,6 @@ jobs:
43
inputs.platform == 'linux-aarch64' && 'ubuntu-22.04-arm' ||
44
inputs.platform == 'macos' && 'macos-15' ||
45
inputs.platform == 'windows-arm64' && 'windows-11-arm' ||
46
- (inputs.platform == 'windows' && inputs.backend == 'cuda') && 'windows-2022' ||
47
'windows-2025'
48
}}
49
outputs:
@@ -158,6 +157,7 @@ jobs:
158
157
uses: ilammy/msvc-dev-cmd@v1.13.0
159
with:
160
arch: ${{ inputs.platform == 'windows-arm64' && 'arm64' || 'x64' }}
+ toolset: ${{ (inputs.platform == 'windows' && inputs.backend == 'cuda') && '14.44' || '' }}
161
162
# Build CPU backend
163
- name: Build C++
0 commit comments