Bump Xcode version in the build script

This commit is contained in:
Ali 2022-01-19 23:51:54 +04:00
parent c69a9b4e24
commit 4f3d76e15d

View File

@ -5,7 +5,7 @@ set -e
BUILD_TELEGRAM_VERSION="1"
MACOS_VERSION="11"
XCODE_VERSION="13.1"
XCODE_VERSION="13.2.1"
GUEST_SHELL="bash"
VM_BASE_NAME="macos$(echo $MACOS_VERSION | sed -e 's/\.'/_/g)_Xcode$(echo $XCODE_VERSION | sed -e 's/\.'/_/g)"