diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index c79a54a7ea..7a59969922 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -258,8 +258,8 @@ class Checks end end - # TODO: remove when 10.11 is released - if MacOS.version >= "10.11" + # TODO: bump version when new OS is released + if MacOS.version >= "10.12" def check_xcode_up_to_date if MacOS::Xcode.installed? && MacOS::Xcode.outdated? <<-EOS.undent