Skip to content

Commit

Permalink
ci: use github hosted ARM runners
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Jan 28, 2025
1 parent 2370e17 commit ecfb3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
artifact-name: cadt-linux-x64
build-command: npm run create-linux-x64-dist
sqlite-path: ./node_modules/sqlite3/build/Release/
- runs-on: [Linux, ARM64]
- runs-on: ubuntu-24.04-arm
artifact-name: cadt-linux-arm64
build-command: npm run create-linux-arm64-dist
sqlite-path: ./node_modules/sqlite3/build/Release/
Expand Down

0 comments on commit ecfb3fe

Please sign in to comment.