Skip to content

Commit 24e8dc9

Browse files
committed
Properly rename files and workflows
1 parent ea2e90d commit 24e8dc9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

.github/workflows/nvidia.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
cmake --build build --parallel 2
3232
ctest --test-dir build --output-on-failure
3333
34-
tests-nvhpc25-1-nvcc:
35-
name: NVHPC@25.1
34+
tests-nvhpc25-9-nvcc:
35+
name: NVHPC@25.9
3636
runs-on: ubuntu-24.04
3737
if: github.event.pull_request.draft == false
3838
# Catch warnings:
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Dependencies
44-
run: .github/workflows/dependencies/install_nvhpc25-1.sh
44+
run: .github/workflows/dependencies/install_nvhpc25-9.sh
4545
- name: Build & Install
4646
run: |
4747
source /etc/profile.d/modules.sh

0 commit comments

Comments
 (0)