We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f0bea commit 80a7bc8Copy full SHA for 80a7bc8
.github/workflows/Ubuntu.yml
@@ -4,10 +4,10 @@ jobs:
4
UbuntuRun:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: Jimver/cuda-toolkit@v0.2.8
+ - uses: Jimver/cuda-toolkit@v0.2.25
8
id: cuda-toolkit
9
with:
10
- cuda: '11.7.0'
+ cuda: '12.5.0'
11
linux-local-args: '["--toolkit"]'
12
- run: nvcc -V
13
- name: Checkout
.github/workflows/Windows.yml
WindowsRun:
runs-on: windows-latest
0 commit comments