Skip to content

Commit

Permalink
Chagne CI machine
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Sep 5, 2024
1 parent d0ff735 commit 577fbd7
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, A100]
runs-on: [self-hosted, navi1030]
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 1001
options: --user 1000
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 577fbd7

Please sign in to comment.