From 42edfd7fd6e27e0cd48cd35b0a8d3b8b194d1fe6 Mon Sep 17 00:00:00 2001 From: Alula <6276139+alula@users.noreply.github.com> Date: Tue, 22 Mar 2022 00:36:03 +0100 Subject: [PATCH] Add macOS ARM64 (M1) build configuration --- .appveyor.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 24c7cd9..6a145bc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,16 +17,21 @@ environment: # target: i686-pc-windows-msvc # target_name: win32 # job_name: windows-x32 + - channel: stable + target: x86_64-unknown-linux-gnu + target_name: linux + job_name: linux-x64 + appveyor_build_worker_image: Ubuntu - channel: stable target: x86_64-apple-darwin target_name: macos job_name: mac-x64 appveyor_build_worker_image: macos-monterey - channel: stable - target: x86_64-unknown-linux-gnu - target_name: linux - job_name: linux-x64 - appveyor_build_worker_image: Ubuntu + target: aarch64-apple-darwin + target_name: macos + job_name: mac-arm64 + appveyor_build_worker_image: macos-monterey matrix: fast_finish: true