Mark macOS Ventura as supported

This commit is contained in:
Francois-Xavier Coudert 2022-10-19 11:21:52 +02:00
parent 95364610cc
commit e16afb305e
2 changed files with 4 additions and 4 deletions

View File

@ -17,13 +17,13 @@ module OS
# and also update references in docs/Installation.md, # and also update references in docs/Installation.md,
# https://github.com/Homebrew/install/blob/HEAD/install.sh and # https://github.com/Homebrew/install/blob/HEAD/install.sh and
# MacOSVersions::SYMBOLS # MacOSVersions::SYMBOLS
NEWEST_UNSUPPORTED = "13" NEWEST_UNSUPPORTED = "14"
private_constant :NEWEST_UNSUPPORTED private_constant :NEWEST_UNSUPPORTED
# TODO: bump version when new macOS is released and also update # TODO: bump version when new macOS is released and also update
# references in docs/Installation.md and # references in docs/Installation.md and
# https://github.com/Homebrew/install/blob/HEAD/install.sh # https://github.com/Homebrew/install/blob/HEAD/install.sh
OLDEST_SUPPORTED = "10.15" OLDEST_SUPPORTED = "11"
private_constant :OLDEST_SUPPORTED private_constant :OLDEST_SUPPORTED
OLDEST_ALLOWED = "10.11" OLDEST_ALLOWED = "10.11"

View File

@ -7,7 +7,7 @@ This script installs Homebrew to its preferred prefix (`/usr/local` for macOS In
## macOS Requirements ## macOS Requirements
* A 64-bit Intel CPU or Apple Silicon CPU <sup>[1](#1)</sup> * A 64-bit Intel CPU or Apple Silicon CPU <sup>[1](#1)</sup>
* macOS Catalina (10.15) (or higher) <sup>[2](#2)</sup> * macOS Big Sur (11) (or higher) <sup>[2](#2)</sup>
* Command Line Tools (CLT) for Xcode (from `xcode-select --install` or * Command Line Tools (CLT) for Xcode (from `xcode-select --install` or
[https://developer.apple.com/download/all/](https://developer.apple.com/download/all/)) or [https://developer.apple.com/download/all/](https://developer.apple.com/download/all/)) or
[Xcode](https://itunes.apple.com/us/app/xcode/id497799835) <sup>[3](#3)</sup> [Xcode](https://itunes.apple.com/us/app/xcode/id497799835) <sup>[3](#3)</sup>
@ -84,7 +84,7 @@ Uninstallation is documented in the [FAQ](FAQ.md).
<a name="1"><sup>1</sup></a> For 32-bit or PPC support see [Tigerbrew](https://github.com/mistydemeo/tigerbrew). <a name="1"><sup>1</sup></a> For 32-bit or PPC support see [Tigerbrew](https://github.com/mistydemeo/tigerbrew).
<a name="2"><sup>2</sup></a> 10.15 or higher is recommended, while 10.1110.14 are supported on a best-effort basis. For 10.410.6 see [Tigerbrew](https://github.com/mistydemeo/tigerbrew). <a name="2"><sup>2</sup></a> 11 or higher is recommended, while 10.1210.15 are supported on a best-effort basis. For 10.410.6 see [Tigerbrew](https://github.com/mistydemeo/tigerbrew).
<a name="3"><sup>3</sup></a> Most formulae require a compiler. A handful require a full Xcode installation. You can install Xcode, the CLT, or both; Homebrew supports all three configurations. Downloading Xcode may require an Apple Developer account on older versions of Mac OS X. Sign up for free at [Apple's website](https://developer.apple.com/register/index.action). <a name="3"><sup>3</sup></a> Most formulae require a compiler. A handful require a full Xcode installation. You can install Xcode, the CLT, or both; Homebrew supports all three configurations. Downloading Xcode may require an Apple Developer account on older versions of Mac OS X. Sign up for free at [Apple's website](https://developer.apple.com/register/index.action).