We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2826871 commit 0c472f8Copy full SHA for 0c472f8
utils/build-script
@@ -53,12 +53,8 @@ from swift_build_support.swift_build_support.toolchain import host_toolchain
53
# These versions are community sourced. At any given time only the Xcode
54
# version used by Swift CI is officially supported. See ci.swift.org
55
_SUPPORTED_XCODE_BUILDS = [
56
- ("12.2 beta 3", "12B5035g"),
57
- ("12.2 Release Candidate", "12B5044c"),
58
- ("12.2", "12B45b"),
59
("12.3", "12C33"),
60
("12.4", "12D4e"),
61
- ("12.5 beta 3", "12E5244e"),
62
("12.5", "12E262"),
63
("13.0 beta", "13A5154h")
64
]
0 commit comments