os/mac: bump latest_sdk_version

The newest macOS SDK version is 11.3.
This commit is contained in:
Carlo Cabrera 2021-10-10 14:28:31 +08:00
parent 1eaf8dbbec
commit 8824352ab0
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -45,7 +45,7 @@ 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") ::Version.new("11.3")
end end
private :latest_sdk_version private :latest_sdk_version