Skip to content

Commit

Permalink
Switch to GitHub native runners (#3601)
Browse files Browse the repository at this point in the history
* Try arm runner to build end user image.

* Looks OK for end user, also switch dev images.
  • Loading branch information
jhale authored Jan 17, 2025
1 parent d12e512 commit 372f8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-dev-test-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
variant: ["test-env", "dev-env"]
mpi: ["openmpi", "mpich"]
os: ["ubuntu-latest", "buildjet-4vcpu-ubuntu-2204-arm"]
os: ["ubuntu-latest", "ubuntu-24.04-arm"]

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-end-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- arch_tag: amd64
os: ubuntu-latest
- arch_tag: arm64
os: buildjet-8vcpu-ubuntu-2204-arm
os: ubuntu-24.04-arm
runs-on: ${{ matrix.os }}
steps:
- name: Create tag without image name
Expand Down

0 comments on commit 372f8b7

Please sign in to comment.