Update versions

This commit is contained in:
Ali 2022-06-05 18:17:10 +04:00
parent 705785e28e
commit cb75e8d001
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
{ {
"app": "8.7.2", "app": "8.7.2",
"bazel": "5.1.0", "bazel": "5.1.0",
"xcode": "13.2.1" "xcode": "13.4.1"
} }