devops: use xcode 13.2 when building WebKit @ MacOS 11 (#12573)

This commit is contained in:
Andrey Lushnikov 2022-03-07 16:45:35 -07:00 committed by GitHub
parent e3e29e25be
commit b0a1b412c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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