Skip to content

Commit 76461b6

Browse files
authored
Merge pull request #37872 from apple/shahmishal/update-supported-xcode-13-beta
2 parents a61eb7e + 89813cd commit 76461b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ _SUPPORTED_XCODE_BUILDS = [
5959
("12.3", "12C33"),
6060
("12.4", "12D4e"),
6161
("12.5 beta 3", "12E5244e"),
62-
("12.5", "12E262")
62+
("12.5", "12E262"),
63+
("13.0 beta", "13A5154h")
6364
]
6465

6566
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)