Skip to content

Commit 7364e53

Browse files
committed
Test CUDA 13.0 on Windows CI.
1 parent e4e5ed3 commit 7364e53

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 3 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",
@@ -51,7 +50,6 @@ jobs:
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)