Skip to content

Commit 170bbef

Browse files
committed
ci: update workflow runners to use 'ubuntu-latest'
1 parent 18f1c75 commit 170bbef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check.yml

+1-1
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
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setup node@22

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
publish:
1919
name: Publish
20-
runs-on: ubuntu-24.04-arm
20+
runs-on: ubuntu-latest
2121
permissions:
2222
contents: read
2323
id-token: write

.github/workflows/test.yml

+1-1
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
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setup node@22

0 commit comments

Comments
 (0)