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