os/mac: track only the major version instead
This commit is contained in:
parent
8824352ab0
commit
231b10beea
@ -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.3")
|
# NOTE: We only track the major version of the SDK.
|
||||||
|
::Version.new("11")
|
||||||
end
|
end
|
||||||
private :latest_sdk_version
|
private :latest_sdk_version
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user