Skip to content

Commit bcdc63f

Browse files
committed
Fix runner label
1 parent bdac39a commit bcdc63f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
- name: make test
5858
run: make BACKEND=${{ matrix.backend }} OMPFLAGS= FPTYPE=${{ matrix.precision }} -C ${{ matrix.folder }} -f cudacpp.mk test
5959
GPU:
60-
runs-on:
61-
group: NGT
60+
runs-on: madgraph5-h100
6261
env:
6362
CUDA_HOME: /usr/local/cuda/
6463
FC: gfortran

0 commit comments

Comments
 (0)