Skip to content

Commit 806e0b5

Browse files
authored
Merge pull request swiftlang#34702 from apple/shahmishal/test/xcode12.2-rc
Add support to use Xcode 12.2 Release Candidate
2 parents a9f5107 + 429dcef commit 806e0b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-script

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ HOME = os.environ.get("HOME", "/")
5757
# version used by Swift CI is officially supported. See ci.swift.org
5858
_SUPPORTED_XCODE_BUILDS = [
5959
("12.2 beta 3", "12B5035g"),
60+
("12.2 Release Candidate", "12B5044c"),
61+
("12.2", "12B45b"),
6062
]
6163

6264
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)