From 0ef18b7cc72d8f0b202e8d61407551a90468ceb8 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 15 Apr 2019 14:40:55 +0000 Subject: [CI/Azure/macOS] Set MACOSX_DEPLOYMENT_TARGET to 10.12 --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 12a4d72f4c..6fcc64f77e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,6 +42,9 @@ jobs: pool: vmImage: 'macOS-10.13' + variables: + MACOSX_DEPLOYMENT_TARGET: '10.12' + steps: - checkout: self fetchDepth: 10 -- cgit v1.2.3