We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2e90d commit 24e8dc9Copy full SHA for 24e8dc9
2 files changed
…kflows/dependencies/install_nvhpc25-1.sh …kflows/dependencies/install_nvhpc25-9.sh.github/workflows/dependencies/install_nvhpc25-1.sh renamed to .github/workflows/dependencies/install_nvhpc25-9.sh
.github/workflows/nvidia.yml
@@ -31,8 +31,8 @@ jobs:
31
cmake --build build --parallel 2
32
ctest --test-dir build --output-on-failure
33
34
- tests-nvhpc25-1-nvcc:
35
- name: NVHPC@25.1
+ tests-nvhpc25-9-nvcc:
+ name: NVHPC@25.9
36
runs-on: ubuntu-24.04
37
if: github.event.pull_request.draft == false
38
# Catch warnings:
@@ -41,7 +41,7 @@ jobs:
41
steps:
42
- uses: actions/checkout@v4
43
- name: Dependencies
44
- run: .github/workflows/dependencies/install_nvhpc25-1.sh
+ run: .github/workflows/dependencies/install_nvhpc25-9.sh
45
- name: Build & Install
46
run: |
47
source /etc/profile.d/modules.sh
0 commit comments