Skip to content

Commit

Permalink
And back to the old machine
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Sep 5, 2024
1 parent 577fbd7 commit 69cd18b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 69cd18b

Please sign in to comment.