Skip to content

Commit

Permalink
add macos-arm64 target in release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Feb 7, 2024
1 parent a56f163 commit 40e1bd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
os: macos-latest
rust: stable
target: x86_64-apple-darwin
- build: macos-arm64
os: macos-14
rust: stable
target: aarch64-apple-darwin
- build: windows-amd64
os: windows-latest
rust: stable
Expand Down

0 comments on commit 40e1bd6

Please sign in to comment.