diff --git a/Release.Jenkinsfile b/Release.Jenkinsfile index 7a46e3f64..953e19e4d 100644 --- a/Release.Jenkinsfile +++ b/Release.Jenkinsfile @@ -72,6 +72,9 @@ pipeline { agent { label 'mac-python' } + environment { + DEPLOYMENT_TARGET="10.11" + } steps { checkout scm sh './script/setup/osx'