Skip to content

Commit

Permalink
add macos-arm64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Feb 7, 2024
1 parent 25ac2c7 commit 4f2132c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,16 @@ jobs:
os: macos-latest
rust: stable
target: x86_64-apple-darwin
- build: macos-arm64
os: macos-latest
rust: stable
target: aarch64-apple-darwin
- build: windows-amd64
os: windows-latest
rust: stable
target: x86_64-pc-windows-msvc

# usual build targets
# other usual build targets
- build: stable-x86
os: ubuntu-latest
rust: stable
Expand Down

0 comments on commit 4f2132c

Please sign in to comment.