Skip to content

Commit 3af0e5d

Browse files
authored
Merge pull request swiftlang#58980 from apple/egorzhdan/rm-xcode-versions
[build] Remove support for older Xcode versions
2 parents 1d47f1a + a0b5615 commit 3af0e5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utils/build-script

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ from swift_build_support.swift_build_support.utils import fatal_error
4848
# These versions are community sourced. At any given time only the Xcode
4949
# version used by Swift CI is officially supported. See ci.swift.org
5050
_SUPPORTED_XCODE_BUILDS = [
51-
("12.3", "12C33"),
52-
("12.4", "12D4e"),
53-
("12.5", "12E262"),
54-
("13.0 beta", "13A5154h"),
5551
("13.0 beta 4", "13A5201i"),
5652
("13.0", "13A233"),
5753
("13.1 RC 1", "13A1030d"),

0 commit comments

Comments
 (0)