Skip to content

Commit 4703717

Browse files
authored
Merge pull request swiftlang#37151 from LucianoPAlmeida/build-script-xcode
[build-script] Allow new Xcode 12.5 official release version
2 parents af649e7 + 83ac07f commit 4703717

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
@@ -58,7 +58,8 @@ _SUPPORTED_XCODE_BUILDS = [
5858
("12.2", "12B45b"),
5959
("12.3", "12C33"),
6060
("12.4", "12D4e"),
61-
("12.5 beta 3", "12E5244e")
61+
("12.5 beta 3", "12E5244e"),
62+
("12.5", "12E262")
6263
]
6364

6465
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)