Skip to content

Commit ac28b79

Browse files
committed
Update Jimver/cuda-toolkit workflow action to newer version
1 parent 126737c commit ac28b79

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cmake-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: Jimver/[email protected].11
22+
- uses: Jimver/[email protected].22
2323
id: cuda-toolkit
2424
with:
2525
method: network

.github/workflows/cmake.yml

+5-5
Original file line numberDiff line numberDiff 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-3:
1919
needs: build-cuda
2020
uses: ./.github/workflows/cmake-action.yml
2121
with:
22-
cuda-version: "11.7.0"
22+
cuda-version: "12.3.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"

0 commit comments

Comments
 (0)