Skip to content

Commit 9e92fd9

Browse files
authored
chore: release ci
1 parent a677f28 commit 9e92fd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
- name: ubuntu-arm-latest
7777
os: ubuntu-latest
7878
target: linux-aarch64
79-
cargo_targets: "aarch64-unknown-linux-musl"
80-
runner: ubuntu-24.04-arm
79+
cargo_targets: "aarch64-unknown-linux-gnu"
80+
runner: ubuntu-22.04-arm
8181
- name: ubuntu-latest
8282
os: ubuntu-latest
8383
target: linux-x86_64
84-
cargo_targets: "x86_64-unknown-linux-musl"
85-
runner: ubuntu-latest
84+
cargo_targets: "x86_64-unknown-linux-gnu"
85+
runner: ubuntu-20.04
8686
- name: macOS-latest
8787
os: macOS-latest
8888
target: mac-x86_64

0 commit comments

Comments
 (0)