Skip to content

Commit

Permalink
os/mac: bump latest SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Sep 16, 2024
1 parent 051069c commit f0a2dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/os/mac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def self.full_version=(version)
def self.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("13")
::Version.new("15")
end

sig { returns(String) }
Expand Down

0 comments on commit f0a2dfb

Please sign in to comment.