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 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : Jimver/cuda-toolkit@v0.2.11
22+ - uses : Jimver/cuda-toolkit@v0.2.22
2323 id : cuda-toolkit
2424 with :
2525 method : network
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
1313 build-cuda :
1414 uses : ./.github/workflows/cmake-action.yml
1515 with :
16- cuda-version : " 12.2 .0"
16+ cuda-version : " 12.8 .0"
1717
18- build-cuda-11-7 :
18+ build-cuda-12-6 :
1919 needs : build-cuda
2020 uses : ./.github/workflows/cmake-action.yml
2121 with :
22- cuda-version : " 11.7 .0"
22+ cuda-version : " 12.6 .0"
2323
24- build-cuda-12-0 :
24+ build-cuda-12-5 :
2525 needs : build-cuda
2626 uses : ./.github/workflows/cmake-action.yml
2727 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