Skip to content

Commit 4d0d49c

Browse files
committed
Update CUDA versions in CMake github workflow
1 parent ff3f808 commit 4d0d49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
with:
2121
rocm-version: "6.3.0"
2222

23-
build-cuda-12-7:
23+
build-cuda-12-9:
2424
if: github.ref_name == 'main'
2525
needs: build-cuda
2626
uses: ./.github/workflows/cmake-run-cuda.yml
2727
with:
28-
cuda-version: "12.7.0"
28+
cuda-version: "12.9.0"
2929

3030
build-cuda-12-6:
3131
if: github.ref_name == 'main'

0 commit comments

Comments
 (0)