From 23bd03fdfc7ca12eb70600d41d6b73fddc464375 Mon Sep 17 00:00:00 2001 From: Erwin Vrolijk Date: Sat, 21 Oct 2023 22:33:07 +0200 Subject: [PATCH] Add apple arm (#2324) --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 631a2114ef..0221c7169f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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