Skip to content

Commit b7c4fb8

Browse files
authored
Update build-wheels-cuda.yaml
1 parent cce4887 commit b7c4fb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
id: set-matrix
2121
run: |
2222
$matrix = @{
23-
'os' = @('ubuntu-22.04') #, 'windows-2022')
24-
'pyver' = @("3.9", "3.10", "3.11", "3.12")
25-
'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1") #, "12.5.1", "12.6.1")
23+
'os' = @('ubuntu-22.04', 'ubuntu-24.04-arm', 'windows-2022')
24+
'pyver' = @(3.10", "3.11", "3.12", "3.13")
25+
'cuda' = @("12.6.3", "12.8.1", "12.9.1") #, "12.5.1", "12.6.1")
2626
'releasetag' = @("basic")
2727
}
2828

0 commit comments

Comments
 (0)