Skip to content

Commit cef9659

Browse files
CopilotYukaii
andcommitted
Change ARM64 runner from ubuntu-22.04-arm64 to ubuntu-22.04-arm
Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
1 parent f35898d commit cef9659

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
node-version: [16.x]
14-
os: [ubuntu-latest, ubuntu-22.04-arm64]
14+
os: [ubuntu-latest, ubuntu-22.04-arm]
1515

1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- platform: linux/amd64
2828
runner: ubuntu-latest
2929
- platform: linux/arm64
30-
runner: ubuntu-22.04-arm64
30+
runner: ubuntu-22.04-arm
3131
steps:
3232
-
3333
name: Prepare

0 commit comments

Comments
 (0)