aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Laporte2019-04-15 14:40:55 +0000
committerVincent Laporte2019-04-16 09:50:21 +0000
commit0ef18b7cc72d8f0b202e8d61407551a90468ceb8 (patch)
tree470390bec752d4e6e7970bfc812923ea0fc7f102
parentd960ff1028cf19f497871d7f0c5f0ae2143a73b3 (diff)
[CI/Azure/macOS] Set MACOSX_DEPLOYMENT_TARGET to 10.12
-rw-r--r--azure-pipelines.yml3
1 files changed, 3 insertions, 0 deletions
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