Merge pull request #12218 from carlocab/latest-sdk-version

os/mac: bump `latest_sdk_version`
This commit is contained in:
Carlo Cabrera 2021-10-12 11:02:09 +08:00 committed by GitHub
commit bddcc0800a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,8 @@ module OS
sig { returns(::Version) } sig { returns(::Version) }
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
::Version.new("11.1") # NOTE: We only track the major version of the SDK.
::Version.new("11")
end end
private :latest_sdk_version private :latest_sdk_version