From def7ab410354a3fc7ca986f7d2f72b315dfbfc9d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 2 Oct 2023 16:41:51 +0100 Subject: [PATCH] brew.sh: improve/add comment for supported macOSs. --- Library/Homebrew/brew.sh | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Library/Homebrew/brew.sh b/Library/Homebrew/brew.sh index ec6a1149e4..77af0a0b48 100644 --- a/Library/Homebrew/brew.sh +++ b/Library/Homebrew/brew.sh @@ -502,14 +502,16 @@ case "$*" in ;; esac -# TODO: bump version when new macOS is released or announced -# and also update references in docs/Installation.md, -# https://github.com/Homebrew/install/blob/HEAD/install.sh and -# MacOSVersion::SYMBOLS +# TODO: bump version when new macOS is released or announced and update references in: +# - docs/Installation.md +# - https://github.com/Homebrew/install/blob/HEAD/install.sh +# and, if needed: +# - MacOSVersion::SYMBOLS HOMEBREW_MACOS_NEWEST_UNSUPPORTED="15" -# TODO: bump version when new macOS is released and also update -# references in docs/Installation.md and -# https://github.com/Homebrew/install/blob/HEAD/install.sh +# TODO: bump version when new macOS is released and update references in: +# - docs/Installation.md +# - MIN_MACOS_VERSION in .github/workflows/build-pkg.yml +# - https://github.com/Homebrew/install/blob/HEAD/install.sh HOMEBREW_MACOS_OLDEST_SUPPORTED="12" HOMEBREW_MACOS_OLDEST_ALLOWED="10.11"