Skip to content

Commit ecfb3fe

Browse files
committed
ci: use github hosted ARM runners
1 parent 2370e17 commit ecfb3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
artifact-name: cadt-linux-x64
2828
build-command: npm run create-linux-x64-dist
2929
sqlite-path: ./node_modules/sqlite3/build/Release/
30-
- runs-on: [Linux, ARM64]
30+
- runs-on: ubuntu-24.04-arm
3131
artifact-name: cadt-linux-arm64
3232
build-command: npm run create-linux-arm64-dist
3333
sqlite-path: ./node_modules/sqlite3/build/Release/

0 commit comments

Comments
 (0)