Skip to content

Commit 90b1cd9

Browse files
authored
Update CUDA versions and OS in workflow configuration
1 parent 70b2189 commit 90b1cd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheels-cuda.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
id: set-matrix
2727
run: |
2828
$matrix = @{
29-
'os' = @('ubuntu-22.04')
29+
'os' = @('windows-2022')
3030
# wheel.py-api = "py3" makes the CUDA wheel interpreter-agnostic,
3131
# so one builder per toolkit version is sufficient.
3232
'pyver' = @("3.9")
33-
'cuda' = @("13.2.1")
33+
'cuda' = @("13.2.1", "12.4.1")
3434
'releasetag' = @("basic")
3535
'exclude' = @(
3636
@{ 'os' = 'windows-2022'; 'cuda' = '12.1.1' },

0 commit comments

Comments
 (0)