From 5e40af342d87256b7f6e0a19b8b179b832d3b27b Mon Sep 17 00:00:00 2001 From: asb2m10 Date: Tue, 2 Mar 2021 22:58:57 -0500 Subject: [PATCH] Enable M1 macOS builds --- Dexed.jucer | 5 ++--- azure-pipelines.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Dexed.jucer b/Dexed.jucer index 8e9a9c3d..e4102413 100644 --- a/Dexed.jucer +++ b/Dexed.jucer @@ -150,10 +150,9 @@ vst3Folder="libs/vst3sdk" extraCompilerFlags="-I../../libs/tuning-library/include -Wno-macro-redefined -Wno-deprecated-declarations -Wno-shorten-64-to-32"> + osxCompatibility="10.10 SDK" osxArchitecture="Native" enablePluginBinaryCopyStep="1"/> + osxSDK="10.10 SDK" osxCompatibility="10.9 SDK" enablePluginBinaryCopyStep="1"/> diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3e846459..47881254 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,7 +44,7 @@ jobs: strategy: matrix: mac: - imageName: 'macos-10.14' + imageName: 'macOS-10.15' isMac: True win: imageName: 'windows-2019'