Skip to content

Commit

Permalink
Merge pull request #2500 from rukai/release_for_aarch64_macos
Browse files Browse the repository at this point in the history
Add aarch64-apple-darwin release target
  • Loading branch information
ehuss authored Dec 2, 2024
2 parents 74b2c79 + 4d9a455 commit 59e6afc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 59e6afc

Please sign in to comment.