Skip to content

Commit c25715b

Browse files
committed
use arm runner
1 parent a0e1e34 commit c25715b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/release.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
release:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04-arm
1212

1313
steps:
1414
- name: Checkout
@@ -18,7 +18,6 @@ jobs:
1818
uses: dtolnay/rust-toolchain@master
1919
with:
2020
toolchain: stable
21-
targets: aarch64-unknown-linux-gnu
2221

2322
- name: Install Zig
2423
uses: mlugg/setup-zig@v1

0 commit comments

Comments
 (0)