Merge pull request #2500 from rukai/release_for_aarch64_macos

Add aarch64-apple-darwin release target
This commit is contained in:
Eric Huss 2024-12-02 14:51:39 +00:00 committed by GitHub
commit 59e6afcaad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,8 @@ jobs:
os: ubuntu-20.04
- target: x86_64-apple-darwin
os: macos-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
os: windows-latest
name: Deploy ${{ matrix.target }}