Skip to content

Commit 80a7bc8

Browse files
committed
upgrade cuda
1 parent 06f0bea commit 80a7bc8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ jobs:
44
UbuntuRun:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: Jimver/cuda-toolkit@v0.2.8
7+
- uses: Jimver/cuda-toolkit@v0.2.25
88
id: cuda-toolkit
99
with:
10-
cuda: '11.7.0'
10+
cuda: '12.5.0'
1111
linux-local-args: '["--toolkit"]'
1212
- run: nvcc -V
1313
- name: Checkout

.github/workflows/Windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ jobs:
44
WindowsRun:
55
runs-on: windows-latest
66
steps:
7-
- uses: Jimver/cuda-toolkit@v0.2.8
7+
- uses: Jimver/cuda-toolkit@v0.2.25
88
id: cuda-toolkit
99
with:
10-
cuda: '11.7.0'
10+
cuda: '12.5.0'
1111
linux-local-args: '["--toolkit"]'
1212
- run: nvcc -V
1313
- name: Checkout

0 commit comments

Comments
 (0)