We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e5ed3 commit 60eb743Copy full SHA for 60eb743
1 file changed
.github/workflows/ci_windows.yml
@@ -23,11 +23,10 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
+ cuda: ["12.8.1", "13.0.2"]
27
include:
28
- os: windows-latest
29
target: x86_64-pc-windows-msvc
- cuda: "12.8.1"
30
- linux-local-args: []
31
sub-packages:
32
[
33
"nvcc",
@@ -46,12 +45,11 @@ jobs:
46
45
uses: actions/checkout@v4
47
48
- name: Install CUDA
49
- uses: Jimver/cuda-toolkit@v0.2.22
+ uses: Jimver/cuda-toolkit@v0.2.29
50
id: cuda-toolkit
51
with:
52
cuda: ${{ matrix.cuda }}
53
method: network
54
- linux-local-args: ${{ toJson(matrix.linux-local-args) }}
55
use-local-cache: false
56
sub-packages: ${{ toJson(matrix.sub-packages) }}
57
log-file-suffix: "${{matrix.os}}-${{matrix.cuda}}"
0 commit comments