Skip to content

Commit

Permalink
Add apple arm (#2324)
Browse files Browse the repository at this point in the history
  • Loading branch information
technimad authored and Keats committed Dec 18, 2023
1 parent b1f1e64 commit 23bd03f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,14 @@ stages:
imageName: 'windows-2019'
rustup_toolchain: stable
target: 'x86_64-pc-windows-msvc'
mac-stable:
mac-stable-intel:
imageName: 'macos-11'
rustup_toolchain: stable
target: 'x86_64-apple-darwin'
mac-stable-arm:
imageName: 'macos-11'
rustup_toolchain: stable
target: 'aarch64-apple-darwin'
linux-stable:
imageName: 'ubuntu-20.04'
rustup_toolchain: stable
Expand Down

0 comments on commit 23bd03f

Please sign in to comment.