From 69cd18b9ed6a8596becbe7e794143d3cd0a9238a Mon Sep 17 00:00:00 2001 From: Philipp Grete Date: Thu, 5 Sep 2024 14:53:46 +0200 Subject: [PATCH] And back to the old machine --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5f3720a..8bd4ce4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,11 @@ jobs: strategy: matrix: parallel: ['serial', 'mpi'] - runs-on: [self-hosted, navi1030] + runs-on: [self-hosted, A100] container: image: ghcr.io/parthenon-hpc-lab/cuda12.1 # map to local user id on CI machine to allow writing to build cache - options: --user 1000 + options: --user 1001 steps: - uses: actions/checkout@v3 with: