os/mac: bump latest SDK version

This commit is contained in:
Bo Anderson 2024-09-16 16:33:29 +01:00 committed by Mike McQuaid
parent d1509cbef0
commit 9e00ebe320
No known key found for this signature in database

View File

@ -55,7 +55,7 @@ module OS
def self.latest_sdk_version def self.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("13") ::Version.new("15")
end end
sig { returns(String) } sig { returns(String) }