We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a677f28 commit 9e92fd9Copy full SHA for 9e92fd9
.github/workflows/release.yml
@@ -76,13 +76,13 @@ jobs:
76
- name: ubuntu-arm-latest
77
os: ubuntu-latest
78
target: linux-aarch64
79
- cargo_targets: "aarch64-unknown-linux-musl"
80
- runner: ubuntu-24.04-arm
+ cargo_targets: "aarch64-unknown-linux-gnu"
+ runner: ubuntu-22.04-arm
81
- name: ubuntu-latest
82
83
target: linux-x86_64
84
- cargo_targets: "x86_64-unknown-linux-musl"
85
- runner: ubuntu-latest
+ cargo_targets: "x86_64-unknown-linux-gnu"
+ runner: ubuntu-20.04
86
- name: macOS-latest
87
os: macOS-latest
88
target: mac-x86_64
0 commit comments