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 58924f0 commit 15937f4Copy full SHA for 15937f4
utils/build-script
@@ -56,13 +56,7 @@ HOME = os.environ.get("HOME", "/")
56
# These versions are community sourced. At any given time only the Xcode
57
# version used by Swift CI is officially supported. See ci.swift.org
58
_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"),
+ ("12.2 beta 3", "12B5035g"),
66
]
67
68
# -----------------------------------------------------------------------------
0 commit comments