Skip to content

Commit 6e288bd

Browse files
authored
Merge pull request #38681 from apple/update-xcode-version-xcode-13-beta4
Update the Xcode version to support Xcode 13 beta 4
2 parents 6b70b37 + 921f243 commit 6e288bd

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
@@ -56,7 +56,8 @@ _SUPPORTED_XCODE_BUILDS = [
5656
("12.3", "12C33"),
5757
("12.4", "12D4e"),
5858
("12.5", "12E262"),
59-
("13.0 beta", "13A5154h")
59+
("13.0 beta", "13A5154h"),
60+
("13.0 beta 4", "13A5201i")
6061
]
6162

6263
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)