Skip to content

Commit e894f9d

Browse files
committed
deps: update CUDA version to 13.0.2 and cuda-toolkit to 0.2.29
1 parent 711a90f commit e894f9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-extended-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
include:
106106
- cuda: '12.4.1'
107107
artifact_suffix: cuda12-4-1
108-
- cuda: '13.0.1'
109-
artifact_suffix: cuda13-0-1
108+
- cuda: '13.0.2'
109+
artifact_suffix: cuda13-0-2
110110
steps:
111111
- name: Checkout repository
112112
uses: actions/checkout@v4
@@ -125,7 +125,7 @@ jobs:
125125
windows-cargo-
126126
127127
- name: Install CUDA Toolkit ${{ matrix.cuda }}
128-
uses: Jimver/[email protected].24
128+
uses: Jimver/[email protected].29
129129
with:
130130
cuda: ${{ matrix.cuda }}
131131
method: local

0 commit comments

Comments
 (0)