aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-05-20 12:45:18 +0200
committerGaëtan Gilbert2019-05-20 12:45:18 +0200
commit92c6f1c84d454a0b33b4d0bcd7cc6bb891b8854c (patch)
tree754556d69b33e1953a873f59bf612f04e488b624
parent22d21998db63139ab156a74706472dfce67c54c9 (diff)
parenta5dc22c471e299ef2ff288eedabf8b63dc3a2bce (diff)
Merge PR #10186: [CI/Azure/macOS] Target macOS version 10.11
Reviewed-by: SkySkimmer
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f2cec1eb19..c93920a884 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -43,7 +43,7 @@ jobs:
vmImage: 'macOS-10.13'
variables:
- MACOSX_DEPLOYMENT_TARGET: '10.12'
+ MACOSX_DEPLOYMENT_TARGET: '10.11'
steps:
- checkout: self