Skip to content

Commit 580f2f8

Browse files
committed
fix build arm64 runner
1 parent d849b4a commit 580f2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
outputs:
2727
release_id: ${{ steps.release.outputs.id }}
2828
build:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-24.04-arm
3030
needs: prepare_release
3131
strategy:
3232
matrix:

0 commit comments

Comments
 (0)