From 9552d65aea4e0131a2b47313b23d48ed6908b14f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20Brand=C3=A3o?= Date: Fri, 23 Feb 2024 12:49:42 +0000 Subject: [PATCH] Set MACOSX_DEPLOYMENT_TARGET=10.15 --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a02cbd8ee..f8b1eda1e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,6 +22,8 @@ stages: inputs: {pathtoPublish: 'nl-writer2/nlwpy/wheelhouse'} - job: macos pool: {vmImage: 'macos-latest'} + variables: + MACOSX_DEPLOYMENT_TARGET: 10.15 steps: - task: UsePythonVersion@0 - bash: |