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.
2 parents a9f5107 + 429dcef commit 806e0b5Copy full SHA for 806e0b5
utils/build-script
@@ -57,6 +57,8 @@ 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
+ ("12.2", "12B45b"),
62
]
63
64
# -----------------------------------------------------------------------------
0 commit comments