mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
devops: use xcode 12 on macOS 11 for webkit (#12783)
This commit is contained in:
parent
b364efca38
commit
0da255bc44
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user