Skip to content

Commit c43fcf0

Browse files
ci: use github hosted arm64 runner
1 parent b05d01f commit c43fcf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
aarch64-binary:
158158
needs: set-release-version
159159
name: aarch64-binary
160-
runs-on: [self-hosted, arm64]
160+
runs-on: ubuntu-24.04-arm
161161
steps:
162162
- uses: actions/checkout@v4
163163

@@ -209,7 +209,7 @@ jobs:
209209
aarch64-alpine-docker:
210210
needs: set-release-version
211211
name: aarch64-alpine-docker
212-
runs-on: [self-hosted, arm64]
212+
runs-on: ubuntu-24.04-arm
213213
steps:
214214
- uses: actions/checkout@v4
215215

0 commit comments

Comments
 (0)