release: build aarch64 artifacts for macos on GitHub Actions

GitHub now supports this natively, so there's no need for me to do it
any more.

Fixes #3155
This commit is contained in:
Andrew Gallant
2025-09-22 09:13:44 -04:00
parent 8b5d3d1c1e
commit c1fc6a5eb8
4 changed files with 6 additions and 45 deletions

View File

@@ -114,6 +114,10 @@ jobs:
os: macos-latest
rust: nightly
target: x86_64-apple-darwin
- build: macos
os: macos-latest
rust: nightly
target: aarch64-apple-darwin
- build: win-msvc
os: windows-latest
rust: nightly