Skip to content

Commit 60eb743

Browse files
committed
Test CUDA 13.0 on Windows CI.
1 parent e4e5ed3 commit 60eb743

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci_windows.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26+
cuda: ["12.8.1", "13.0.2"]
2627
include:
2728
- os: windows-latest
2829
target: x86_64-pc-windows-msvc
29-
cuda: "12.8.1"
30-
linux-local-args: []
3130
sub-packages:
3231
[
3332
"nvcc",
@@ -46,12 +45,11 @@ jobs:
4645
uses: actions/checkout@v4
4746

4847
- name: Install CUDA
49-
uses: Jimver/cuda-toolkit@v0.2.22
48+
uses: Jimver/cuda-toolkit@v0.2.29
5049
id: cuda-toolkit
5150
with:
5251
cuda: ${{ matrix.cuda }}
5352
method: network
54-
linux-local-args: ${{ toJson(matrix.linux-local-args) }}
5553
use-local-cache: false
5654
sub-packages: ${{ toJson(matrix.sub-packages) }}
5755
log-file-suffix: "${{matrix.os}}-${{matrix.cuda}}"

0 commit comments

Comments
 (0)