mirror of
https://github.com/docker/compose.git
synced 2025-07-23 21:54:40 +02:00
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 <ulyssessouza@gmail.com>
This commit is contained in:
parent
73551d5a92
commit
b62722a3c5
@ -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