We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce218b3 commit d575c0aCopy full SHA for d575c0a
utils/build-script
@@ -57,6 +57,7 @@ HOME = os.environ.get("HOME", "/")
57
# version used by Swift CI is officially supported. See ci.swift.org
58
_SUPPORTED_XCODE_BUILDS = [
59
("12.2 beta 3", "12B5035g"),
60
+ ("12.2 Release Candidate", "12B5044c"),
61
]
62
63
# -----------------------------------------------------------------------------
0 commit comments