Skip to content

Commit 21156b6

Browse files
authored
Merge pull request #1035 from madgraph5/ci-ngt
Revert back to self-hosted runners temporarily
2 parents fd13064 + dbd4e00 commit 21156b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ 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: madgraph5-h100
61-
container: registry.cern.ch/ngt/lxplus-like:9
60+
runs-on: self-hosted
61+
# runs-on: madgraph5-h100
62+
# container: registry.cern.ch/ngt/lxplus-like:9
6263
env:
6364
CUDA_HOME: /usr/local/cuda/
6465
FC: gfortran

0 commit comments

Comments
 (0)