1 parent 6c0df2b commit 11626b4Copy full SHA for 11626b4
1 file changed
.github/workflows/release.yml
@@ -21,9 +21,9 @@ jobs:
21
- os: ubuntu-latest
22
os_name: "Linux x86_64"
23
target: x86_64-unknown-linux-gnu
24
- # - os: ubuntu-22.04-arm64
25
- # os_name: "Linux aarch64"
26
- # target: aarch64-unknown-linux-gnu
+ - os: ubuntu-24.04-arm
+ os_name: "Linux aarch64"
+ target: aarch64-unknown-linux-gnu
27
- os: macos-15-intel
28
os_name: "macOS x86_64"
29
target: x86_64-apple-darwin
0 commit comments