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 9e5a4ea commit ae54cdeCopy full SHA for ae54cde
.github/workflows/build-wheels-cuda.yaml
@@ -20,7 +20,7 @@ jobs:
20
id: set-matrix
21
run: |
22
$matrix = @{
23
- 'os' = @('ubuntu-latest', 'windows-2019')
+ '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")
26
'releasetag' = @("basic")
0 commit comments