File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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"]'
12+ use-github-cache : false
1213 - run : nvcc -V
1314 - name : Checkout
1415 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -2,13 +2,15 @@ name: Windows
22on : [push, pull_request, workflow_dispatch]
33jobs :
44 WindowsRun :
5- runs-on : windows-2019
5+ runs-on : windows-2022
66 steps :
7- - uses : Jimver/cuda-toolkit@v0.2.8
7+ - uses : Jimver/cuda-toolkit@v0.2.24
88 id : cuda-toolkit
99 with :
10- cuda : ' 11.7 .0'
10+ cuda : ' 12.4 .0'
1111 linux-local-args : ' ["--toolkit"]'
12+ use-local-cache : false
13+ use-github-cache : false
1214 - run : nvcc -V
1315 - name : Checkout
1416 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments