Skip to content

Commit f35898d

Browse files
CopilotYukaii
andcommitted
Use ubuntu-22.04-arm64 instead of ubuntu-24.04-arm64 runners
Co-authored-by: Yukaii <4230968+Yukaii@users.noreply.github.com>
1 parent 6968070 commit f35898d

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-24.04-arm64]
14+
os: [ubuntu-latest, ubuntu-22.04-arm64]
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-24.04-arm64
30+
runner: ubuntu-22.04-arm64
3131
steps:
3232
-
3333
name: Prepare

0 commit comments

Comments
 (0)