Skip to content

Commit d575c0a

Browse files
authored
Add support to use Xcode 12.2 Release Candidate
1 parent ce218b3 commit d575c0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-script

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ 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"),
6061
]
6162

6263
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)