Merge pull request #12398 from Bo98/12-sdk

os/mac: bump latest SDK
This commit is contained in:
Bo Anderson 2021-11-08 19:41:17 +00:00 committed by GitHub
commit ece043c44a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ module OS
def latest_sdk_version def latest_sdk_version
# TODO: bump version when new Xcode macOS SDK is released # TODO: bump version when new Xcode macOS SDK is released
# NOTE: We only track the major version of the SDK. # NOTE: We only track the major version of the SDK.
::Version.new("11") ::Version.new("12")
end end
private :latest_sdk_version private :latest_sdk_version