浏览代码

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 <[email protected]>
Ulysses Souza 5 年之前
父节点
当前提交
b62722a3c5
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Release.Jenkinsfile

+ 3 - 0
Release.Jenkinsfile

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