From c1c44055f8d45aafda86b192c16fa8463f4e8a9d Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 15 Mar 2022 11:44:53 -0600 Subject: [PATCH] devops: move everyone to use xcode 13.2 (#12788) --- browser_patches/ffmpeg/build-mac.sh | 2 +- browser_patches/firefox-beta/build.sh | 2 +- browser_patches/firefox/build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browser_patches/ffmpeg/build-mac.sh b/browser_patches/ffmpeg/build-mac.sh index e774a9549a..6d93062cc5 100755 --- a/browser_patches/ffmpeg/build-mac.sh +++ b/browser_patches/ffmpeg/build-mac.sh @@ -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 diff --git a/browser_patches/firefox-beta/build.sh b/browser_patches/firefox-beta/build.sh index 7c8b32c610..3d746c9136 100755 --- a/browser_patches/firefox-beta/build.sh +++ b/browser_patches/firefox-beta/build.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 diff --git a/browser_patches/firefox/build.sh b/browser_patches/firefox/build.sh index a7776cbf5f..e0f85049c8 100755 --- a/browser_patches/firefox/build.sh +++ b/browser_patches/firefox/build.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