Skip to content

Commit 372f8b7

Browse files
authored
Switch to GitHub native runners (#3601)
* Try arm runner to build end user image. * Looks OK for end user, also switch dev images.
1 parent d12e512 commit 372f8b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-dev-test-env.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
variant: ["test-env", "dev-env"]
3131
mpi: ["openmpi", "mpich"]
32-
os: ["ubuntu-latest", "buildjet-4vcpu-ubuntu-2204-arm"]
32+
os: ["ubuntu-latest", "ubuntu-24.04-arm"]
3333

3434
runs-on: ${{ matrix.os }}
3535
steps:

.github/workflows/docker-end-user.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- arch_tag: amd64
6565
os: ubuntu-latest
6666
- arch_tag: arm64
67-
os: buildjet-8vcpu-ubuntu-2204-arm
67+
os: ubuntu-24.04-arm
6868
runs-on: ${{ matrix.os }}
6969
steps:
7070
- name: Create tag without image name

0 commit comments

Comments
 (0)