We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3f808 commit 4d0d49cCopy full SHA for 4d0d49c
1 file changed
.github/workflows/cmake.yml
@@ -20,12 +20,12 @@ jobs:
20
with:
21
rocm-version: "6.3.0"
22
23
- build-cuda-12-7:
+ build-cuda-12-9:
24
if: github.ref_name == 'main'
25
needs: build-cuda
26
uses: ./.github/workflows/cmake-run-cuda.yml
27
28
- cuda-version: "12.7.0"
+ cuda-version: "12.9.0"
29
30
build-cuda-12-6:
31
0 commit comments