Skip to content

Commit 0bcc7e3

Browse files
committed
Change to use public arm64 runners
1 parent 3ee2450 commit 0bcc7e3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build_pre_release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
strategy:
3232
matrix:
3333
include:
34-
- runs_on: [self-hosted, Linux, ARM64]
34+
- runs_on: ubuntu-24.04-arm
3535
docker_arch: arm64v8
36-
- runs_on: ubuntu-latest
36+
- runs_on: ubuntu-24.04
3737
docker_arch: amd64
3838
steps:
3939
- name: Checkout
@@ -60,9 +60,9 @@ jobs:
6060
strategy:
6161
matrix:
6262
include:
63-
- runs_on: [self-hosted, Linux, ARM64]
63+
- runs_on: ubuntu-24.04-arm
6464
docker_arch: arm64v8
65-
- runs_on: ubuntu-latest
65+
- runs_on: ubuntu-24.04
6666
docker_arch: amd64
6767
steps:
6868
- name: Checkout

.github/workflows/build_test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
strategy:
2323
matrix:
2424
include:
25-
- runs_on: [self-hosted, Linux, ARM64]
25+
- runs_on: ubuntu-24.04-arm
2626
docker_arch: arm64v8
27-
- runs_on: ubuntu-latest
27+
- runs_on: ubuntu-24.04
2828
docker_arch: amd64
2929
steps:
3030
- name: Checkout
@@ -59,9 +59,9 @@ jobs:
5959
strategy:
6060
matrix:
6161
include:
62-
- runs_on: [self-hosted, Linux, ARM64]
62+
- runs_on: ubuntu-24.04-arm
6363
docker_arch: arm64v8
64-
- runs_on: ubuntu-latest
64+
- runs_on: ubuntu-24.04
6565
docker_arch: amd64
6666
steps:
6767
- name: Checkout

0 commit comments

Comments
 (0)