Skip to content

Commit

Permalink
ci: Attempt to add aarch64 osx build to CI (#52)
Browse files Browse the repository at this point in the history
Add  target `aarch64-apple-darwin` as done in sharkdp/fd#1552
  • Loading branch information
kumy committed May 12, 2024
1 parent c6007db commit 33c789c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
- { target: i686-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
- { target: x86_64-apple-darwin , os: macos-12 }
- { target: aarch64-apple-darwin , os: macos-14 }
- { target: x86_64-pc-windows-msvc , os: windows-2019 , suffix: .exe }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
Expand Down

0 comments on commit 33c789c

Please sign in to comment.