Skip to content

Commit 0c472f8

Browse files
authored
[build] Clear out old supported Xcode versions (#37875)
* [build] Clear out old supported Xcode versions * restore 12.3 and 12.4
1 parent 2826871 commit 0c472f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/build-script

-4
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,8 @@ from swift_build_support.swift_build_support.toolchain import host_toolchain
5353
# These versions are community sourced. At any given time only the Xcode
5454
# version used by Swift CI is officially supported. See ci.swift.org
5555
_SUPPORTED_XCODE_BUILDS = [
56-
("12.2 beta 3", "12B5035g"),
57-
("12.2 Release Candidate", "12B5044c"),
58-
("12.2", "12B45b"),
5956
("12.3", "12C33"),
6057
("12.4", "12D4e"),
61-
("12.5 beta 3", "12E5244e"),
6258
("12.5", "12E262"),
6359
("13.0 beta", "13A5154h")
6460
]

0 commit comments

Comments
 (0)