Skip to content

Commit a0b5615

Browse files
authored
[build] Remove support for older Xcode versions
The CI currently uses Xcode 13.0 beta 4. It is very likely that if the build starts failing with Xcode 12.x, this will go unnoticed. Let's warn the users to upgrade to a newer version of Xcode.
1 parent d4baf0a commit a0b5615

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
@@ -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)