mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: move everyone to use xcode 13.2 (#12788)
This commit is contained in:
parent
0da255bc44
commit
c1c44055f8
@ -33,7 +33,7 @@ if [[ "${CURRENT_HOST_OS_VERSION}" == "10."* ]]; then
|
||||
echo "ERROR: ${CURRENT_HOST_OS_VERSION} is not supported"
|
||||
exit 1
|
||||
else
|
||||
selectXcodeVersionOrDie "13"
|
||||
selectXcodeVersionOrDie "13.2"
|
||||
fi
|
||||
|
||||
source ./CONFIG.sh
|
||||
|
||||
@ -24,7 +24,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
||||
CURRENT_HOST_OS_VERSION=$(getMacVersion)
|
||||
# As of Oct 2021, building Firefox requires XCode 13
|
||||
if [[ "${CURRENT_HOST_OS_VERSION}" != "10."* ]]; then
|
||||
selectXcodeVersionOrDie "13"
|
||||
selectXcodeVersionOrDie "13.2"
|
||||
else
|
||||
echo "ERROR: ${CURRENT_HOST_OS_VERSION} is not supported"
|
||||
exit 1
|
||||
|
||||
@ -24,7 +24,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
||||
CURRENT_HOST_OS_VERSION=$(getMacVersion)
|
||||
# As of Oct 2021, building Firefox requires XCode 13
|
||||
if [[ "${CURRENT_HOST_OS_VERSION}" != "10."* ]]; then
|
||||
selectXcodeVersionOrDie "13"
|
||||
selectXcodeVersionOrDie "13.2"
|
||||
else
|
||||
echo "ERROR: ${CURRENT_HOST_OS_VERSION} is not supported"
|
||||
exit 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user