mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: start using Xcode 13 to compile Firefox (#9401)
It didn't compile withh Xcode 12.2, but does compile with Xcode 13 locally for me. Moving on to Xcode 13 then.
This commit is contained in:
parent
ab4f99d443
commit
d278675a62
@ -26,9 +26,9 @@ rm -rf .mozconfig
|
||||
|
||||
if [[ "$(uname)" == "Darwin" ]]; then
|
||||
CURRENT_HOST_OS_VERSION=$(getMacVersion)
|
||||
# As of Oct 2021, building Firefox requires XCode 12.2
|
||||
# As of Oct 2021, building Firefox requires XCode 13
|
||||
if [[ "${CURRENT_HOST_OS_VERSION}" == "11."* ]]; then
|
||||
selectXcodeVersionOrDie "12.2"
|
||||
selectXcodeVersionOrDie "13"
|
||||
else
|
||||
echo "ERROR: ${CURRENT_HOST_OS_VERSION} is not supported"
|
||||
exit 1
|
||||
|
@ -26,9 +26,9 @@ rm -rf .mozconfig
|
||||
|
||||
if [[ "$(uname)" == "Darwin" ]]; then
|
||||
CURRENT_HOST_OS_VERSION=$(getMacVersion)
|
||||
# As of Oct 2021, building Firefox requires XCode 12.2
|
||||
# As of Oct 2021, building Firefox requires XCode 13
|
||||
if [[ "${CURRENT_HOST_OS_VERSION}" == "11."* ]]; then
|
||||
selectXcodeVersionOrDie "12.2"
|
||||
selectXcodeVersionOrDie "13"
|
||||
else
|
||||
echo "ERROR: ${CURRENT_HOST_OS_VERSION} is not supported"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user