os/mac: bump latest SDK

This commit is contained in:
Bo Anderson 2021-11-08 15:37:15 +00:00
parent ca7623c70f
commit e30b7f118d
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

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