Skip to content

Commit 65cc28b

Browse files
author
Ali
committed
Bump Xcode version
1 parent 600420b commit 65cc28b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎buildbox/build-telegram.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
BUILD_TELEGRAM_VERSION="1"
66

77
MACOS_VERSION="10.15"
8-
XCODE_VERSION="12.4"
8+
XCODE_VERSION="12.5.1"
99
GUEST_SHELL="bash"
1010

1111
VM_BASE_NAME="macos$(echo $MACOS_VERSION | sed -e 's/\.'/_/g)_Xcode$(echo $XCODE_VERSION | sed -e 's/\.'/_/g)"

‎versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"app": "7.9",
33
"bazel": "4.0.0",
4-
"xcode": "12.4"
4+
"xcode": "12.5.1"
55
}

0 commit comments

Comments
 (0)