File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
21
21
steps :
22
- -
uses :
Jimver/[email protected] .11
22
+ -
uses :
Jimver/[email protected] .22
23
23
id : cuda-toolkit
24
24
with :
25
25
method : network
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
13
13
build-cuda :
14
14
uses : ./.github/workflows/cmake-action.yml
15
15
with :
16
- cuda-version : " 12.2 .0"
16
+ cuda-version : " 12.8 .0"
17
17
18
- build-cuda-11-7 :
18
+ build-cuda-12-3 :
19
19
needs : build-cuda
20
20
uses : ./.github/workflows/cmake-action.yml
21
21
with :
22
- cuda-version : " 11.7 .0"
22
+ cuda-version : " 12.3 .0"
23
23
24
- build-cuda-12-0 :
24
+ build-cuda-12-5 :
25
25
needs : build-cuda
26
26
uses : ./.github/workflows/cmake-action.yml
27
27
with :
28
- cuda-version : " 12.0 .0"
28
+ cuda-version : " 12.5 .0"
You can’t perform that action at this time.
0 commit comments