Skip to content

Commit 80d4b92

Browse files
committed
Add linux arm to list of runners for release workflow [skip ci]
1 parent 5731a50 commit 80d4b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
node-version: [22.x]
13-
os: [ubuntu-latest, windows-latest, macos-latest]
13+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest]
1414
target: ["18.0.0", "20.0.0", "22.0.0"]
1515
runs-on: ${{ matrix.os }}
1616
permissions:

0 commit comments

Comments
 (0)