Skip to content

Commit 138a994

Browse files
committed
ci: update workflow environments to 'ubuntu-24.04-arm'
1 parent 93a2094 commit 138a994

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-latest
14+
runs-on: ubuntu-24.04-arm
1515
steps:
1616
- uses: actions/checkout@v4
1717
# Workaround for GitHub Actions bug

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
publish:
1919
name: Publish
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-24.04-arm
2121
permissions:
2222
contents: read
2323
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-latest
14+
runs-on: ubuntu-24.04-arm
1515
steps:
1616
- uses: actions/checkout@v4
1717
# Workaround for GitHub Actions bug

0 commit comments

Comments
 (0)