devops: use xcode 12 on macOS 11 for webkit (#12783)

This commit is contained in:
Yury Semikhatsky 2022-03-15 09:53:42 -07:00 committed by GitHub
parent b364efca38
commit 0da255bc44
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 "13.2"
selectXcodeVersionOrDie "12.5"
elif [[ "${CURRENT_HOST_OS_VERSION}" == "12."* ]]; then
selectXcodeVersionOrDie "13.2"
else