mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
brew.sh: improve/add comment for supported macOSs.
This commit is contained in:
parent
a94ff572f7
commit
def7ab4103
@ -502,14 +502,16 @@ case "$*" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# TODO: bump version when new macOS is released or announced
|
# TODO: bump version when new macOS is released or announced and update references in:
|
||||||
# and also update references in docs/Installation.md,
|
# - docs/Installation.md
|
||||||
# https://github.com/Homebrew/install/blob/HEAD/install.sh and
|
# - https://github.com/Homebrew/install/blob/HEAD/install.sh
|
||||||
# MacOSVersion::SYMBOLS
|
# and, if needed:
|
||||||
|
# - MacOSVersion::SYMBOLS
|
||||||
HOMEBREW_MACOS_NEWEST_UNSUPPORTED="15"
|
HOMEBREW_MACOS_NEWEST_UNSUPPORTED="15"
|
||||||
# TODO: bump version when new macOS is released and also update
|
# TODO: bump version when new macOS is released and update references in:
|
||||||
# references in docs/Installation.md and
|
# - docs/Installation.md
|
||||||
# https://github.com/Homebrew/install/blob/HEAD/install.sh
|
# - 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_SUPPORTED="12"
|
||||||
HOMEBREW_MACOS_OLDEST_ALLOWED="10.11"
|
HOMEBREW_MACOS_OLDEST_ALLOWED="10.11"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user