Skip to content

Commit 15937f4

Browse files
committed
Update to 12.2b3
1 parent 58924f0 commit 15937f4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

utils/build-script

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,7 @@ HOME = os.environ.get("HOME", "/")
5656
# These versions are community sourced. At any given time only the Xcode
5757
# version used by Swift CI is officially supported. See ci.swift.org
5858
_SUPPORTED_XCODE_BUILDS = [
59-
("12.0 beta 3", "12A8169g"),
60-
("12.0 beta 4", "12A8179i"),
61-
("12.0 beta 5", "12A8189h"),
62-
("12.0 beta 6", "12A8189n"),
63-
("12.0 GM 1", "12A7208"),
64-
("12.0 GM 2", "12A7209"),
65-
("12.0.1", "12A7300"),
59+
("12.2 beta 3", "12B5035g"),
6660
]
6761

6862
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)