Skip to content

Commit 07c7f24

Browse files
committed
ci: use ubuntu-latest-arm runner in GitHub Actions
1 parent d1571eb commit 07c7f24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
NODE_OPTIONS: --max_old_space_size=10240
1212
jobs:
1313
check:
14-
runs-on: ubuntu-24.04-arm
14+
runs-on: ubuntu-latest-arm
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setup node@23

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
publish:
1717
name: Publish
18-
runs-on: ubuntu-24.04-arm
18+
runs-on: ubuntu-latest-arm
1919
permissions:
2020
contents: read
2121
id-token: write

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
NODE_OPTIONS: --max_old_space_size=102400
1212
jobs:
1313
test:
14-
runs-on: ubuntu-24.04-arm
14+
runs-on: ubuntu-latest-arm
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setup node@23

0 commit comments

Comments
 (0)