Skip to content

Commit 68c3bd7

Browse files
authored
Merge pull request #50 from DarthAffe/backends_cuda
Update cuda verison in backends.yml
2 parents d428835 + 363f445 commit 68c3bd7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/backends.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
- name: Install cuda-toolkit
4848
id: cuda-toolkit-12
4949
if: ${{ matrix.build == 'cuda12' }}
50-
uses: Jimver/[email protected].19
50+
uses: Jimver/[email protected].21
5151
with:
52-
cuda: '12.6.2'
52+
cuda: '12.8.0'
5353
method: network
5454
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'
5555

@@ -98,7 +98,7 @@ jobs:
9898
- name: Install cuda-toolkit
9999
id: cuda-toolkit-11
100100
if: ${{ matrix.build == 'cuda11' }}
101-
uses: Jimver/[email protected].16
101+
uses: Jimver/[email protected].21
102102
with:
103103
cuda: '11.8.0'
104104
method: network
@@ -243,19 +243,19 @@ jobs:
243243
- name: Install cuda-toolkit
244244
id: cuda-toolkit-11
245245
if: ${{ matrix.build == 'cuda11' }}
246-
uses: Jimver/[email protected].14
246+
uses: Jimver/[email protected].21
247247
with:
248-
cuda: '11.7.1'
248+
cuda: '11.8.0'
249249
method: network
250250
use-github-cache: false
251251
use-local-cache: false
252252

253253
- name: Install cuda-toolkit
254254
id: cuda-toolkit-12
255255
if: ${{ matrix.build == 'cuda12' }}
256-
uses: Jimver/[email protected].14
256+
uses: Jimver/[email protected].21
257257
with:
258-
cuda: '12.2.0'
258+
cuda: '12.8.0'
259259
method: network
260260
use-github-cache: false
261261
use-local-cache: false

0 commit comments

Comments
 (0)