Merge pull request #7197 from ulyssessouza/fix-mac-deployment-target

Force MacOS SDK version to "10.11"
This commit is contained in:
Ulysses Souza 2020-01-30 15:54:32 +01:00 committed by GitHub
commit 160b5c1755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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