Add apple arm (#2324)

This commit is contained in:
Erwin Vrolijk 2023-10-21 22:33:07 +02:00 committed by Vincent Prouillet
parent b1f1e64da3
commit 23bd03fdfc

View File

@ -59,10 +59,14 @@ stages:
imageName: 'windows-2019' imageName: 'windows-2019'
rustup_toolchain: stable rustup_toolchain: stable
target: 'x86_64-pc-windows-msvc' target: 'x86_64-pc-windows-msvc'
mac-stable: mac-stable-intel:
imageName: 'macos-11' imageName: 'macos-11'
rustup_toolchain: stable rustup_toolchain: stable
target: 'x86_64-apple-darwin' target: 'x86_64-apple-darwin'
mac-stable-arm:
imageName: 'macos-11'
rustup_toolchain: stable
target: 'aarch64-apple-darwin'
linux-stable: linux-stable:
imageName: 'ubuntu-20.04' imageName: 'ubuntu-20.04'
rustup_toolchain: stable rustup_toolchain: stable