devops: use xcode 13.2 when building WebKit @ MacOS 11 (#12573)
This commit is contained in:
parent
e3e29e25be
commit
b0a1b412c9
|
|
@ -48,7 +48,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
|||
if [[ "${CURRENT_HOST_OS_VERSION}" == "10.15" ]]; then
|
||||
selectXcodeVersionOrDie "11.7"
|
||||
elif [[ "${CURRENT_HOST_OS_VERSION}" == "11."* ]]; then
|
||||
selectXcodeVersionOrDie "12.2"
|
||||
selectXcodeVersionOrDie "13.2"
|
||||
elif [[ "${CURRENT_HOST_OS_VERSION}" == "12."* ]]; then
|
||||
selectXcodeVersionOrDie "13.2"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue