Skip to content

Commit b347f82

Browse files
trxcllntsylvestre
authored andcommitted
update GHA workflows to CUDA 12.8
1 parent bf49d4c commit b347f82

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/actions/nvcc-toolchain/install-cuda.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Param(
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

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)