diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index 75f087c1f2..9b64015c4b 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -254,7 +254,11 @@ module OS end def update_instructions - if MacOS.version >= "10.9" + if MacOS.version >= "10.14" + <<~EOS + Update them from Software Update in System Preferences. + EOS + elsif MacOS.version >= "10.9" <<~EOS Update them from Software Update in the App Store. EOS