File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11Param (
22 [Parameter (Mandatory = $false )]
33 [string ]
4- $cudaVersion = " 12.6 .0"
4+ $cudaVersion = " 12.8 .0"
55)
66
77# Use System.Version to tokenize version
Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ jobs:
9393 cuda : " 11.8"
9494 extra_desc : cuda11.8
9595 - os : ubuntu-24.04
96- cuda : " 12.6 "
96+ cuda : " 12.8 "
9797 # Oldest supported version, keep in sync with README.md
9898 rustc : " 1.75.0"
99- extra_desc : cuda12.6
99+ extra_desc : cuda12.8
100100 - os : macos-13
101101 # # M1 CPU
102102 - os : macos-14
@@ -117,21 +117,21 @@ jobs:
117117 rustc : beta
118118 extra_desc : cuda11.8
119119 - os : windows-2022
120- cuda : " 12.6 "
120+ cuda : " 12.8 "
121121 # Oldest supported version, keep in sync with README.md
122122 rustc : " 1.75.0"
123123 extra_args : --no-fail-fast
124- extra_desc : cuda12.6
124+ extra_desc : cuda12.8
125125 - os : windows-2022
126- cuda : " 12.6 "
126+ cuda : " 12.8 "
127127 rustc : nightly
128128 allow_failure : true
129129 extra_args : --features=unstable
130- extra_desc : cuda12.6
130+ extra_desc : cuda12.8
131131 - os : windows-2022
132- cuda : " 12.6 "
132+ cuda : " 12.8 "
133133 rustc : beta
134- extra_desc : cuda12.6
134+ extra_desc : cuda12.8
135135 env :
136136 RUST_BACKTRACE : 1
137137 steps :
You can’t perform that action at this time.
0 commit comments