1 parent 70b2189 commit 90b1cd9Copy full SHA for 90b1cd9
1 file changed
.github/workflows/build-wheels-cuda.yaml
@@ -26,11 +26,11 @@ jobs:
26
id: set-matrix
27
run: |
28
$matrix = @{
29
- 'os' = @('ubuntu-22.04')
+ 'os' = @('windows-2022')
30
# wheel.py-api = "py3" makes the CUDA wheel interpreter-agnostic,
31
# so one builder per toolkit version is sufficient.
32
'pyver' = @("3.9")
33
- 'cuda' = @("13.2.1")
+ 'cuda' = @("13.2.1", "12.4.1")
34
'releasetag' = @("basic")
35
'exclude' = @(
36
@{ 'os' = 'windows-2022'; 'cuda' = '12.1.1' },
0 commit comments