We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711a90f commit e894f9dCopy full SHA for e894f9d
1 file changed
.github/workflows/build-extended-artifacts.yml
@@ -105,8 +105,8 @@ jobs:
105
include:
106
- cuda: '12.4.1'
107
artifact_suffix: cuda12-4-1
108
- - cuda: '13.0.1'
109
- artifact_suffix: cuda13-0-1
+ - cuda: '13.0.2'
+ artifact_suffix: cuda13-0-2
110
steps:
111
- name: Checkout repository
112
uses: actions/checkout@v4
@@ -125,7 +125,7 @@ jobs:
125
windows-cargo-
126
127
- name: Install CUDA Toolkit ${{ matrix.cuda }}
128
- uses: Jimver/cuda-toolkit@v0.2.24
+ uses: Jimver/cuda-toolkit@v0.2.29
129
with:
130
cuda: ${{ matrix.cuda }}
131
method: local
0 commit comments