mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +02:00
Merge pull request #7197 from ulyssessouza/fix-mac-deployment-target
Force MacOS SDK version to "10.11"
This commit is contained in:
commit
160b5c1755
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user