From a32696ee1c29a891aa79ffad6645853ed87d5e1c Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Wed, 29 Jan 2020 17:11:00 +0100 Subject: [PATCH] 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 --- Release.Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) 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'