summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines-ci.yml3
-rw-r--r--azure-pipelines/templates/release.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml
index d624f8ce7..7bab1a936 100644
--- a/azure-pipelines-ci.yml
+++ b/azure-pipelines-ci.yml
@@ -55,6 +55,9 @@ jobs:
pool:
vmImage: 'macOS-10.13'
+ variables:
+ MACOSX_DEPLOYMENT_TARGET: 10.9
+
steps:
- template: azure-pipelines/templates/ci-git-rebase.yml
- template: azure-pipelines/templates/osx-dependencies.yml
diff --git a/azure-pipelines/templates/release.yml b/azure-pipelines/templates/release.yml
index 86f2be40e..7628d3c91 100644
--- a/azure-pipelines/templates/release.yml
+++ b/azure-pipelines/templates/release.yml
@@ -135,6 +135,9 @@ jobs:
vmImage: 'macOS-10.13'
dependsOn: source
+ variables:
+ MACOSX_DEPLOYMENT_TARGET: 10.9
+
steps:
- template: release-fetch-source.yml
- template: osx-dependencies.yml