Force MacOS SDK version to "10.11"

This is due to the fact that the new CI machines are on 10.14

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
Ulysses Souza 2020-01-29 17:11:00 +01:00
parent 73551d5a92
commit b62722a3c5
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ pipeline {
agent {
label 'mac-python'
}
environment {
DEPLOYMENT_TARGET="10.11"
}
steps {
checkout scm
sh './script/setup/osx'