Skip to content

Commit a53cab0

Browse files
committed
ci: update GitHub Actions runners to ubuntu-24.04-arm
1 parent 94e5ec9 commit a53cab0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
- name: Setup node@23

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# - https://gh.io/supported-runners-and-hardware-resources
2828
# - https://gh.io/using-larger-runners (GitHub.com only)
2929
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
30-
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
30+
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-24.04-arm' }}
3131
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
3232
permissions:
3333
# required for all workflows

.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
- name: Setup node@23

0 commit comments

Comments
 (0)