@@ -26,7 +26,7 @@ Users can expect:
2626To qualify as Tier 1, a macOS configuration must meet all of the following:
2727
2828- On official Apple hardware (not a Hackintosh or virtual machine)
29- - Running the latest patch release of a macOS version supported by Apple for that hardware and included in Homebrew’s CI coverage
29+ - Running the latest patch release of a macOS version supported by Apple for that hardware and included in Homebrew’s CI coverage
3030 (typically the latest stable or prerelease version and the two preceding versions)
3131- Installed in the default prefix:
3232 - ` /opt/homebrew ` on Apple silicon
@@ -67,7 +67,7 @@ The following conditions typically apply:
6767Tier 2 configurations include:
6868
6969- macOS prerelease versions before they are promoted to Tier 1
70- - Linux systems with ` glibc ` versions between 2.13 and 2.34
70+ - Linux systems with ` glibc ` versions between 2.13 and 2.34
7171 (Homebrew’s own ` glibc ` formula will be installed automatically)
7272- Homebrew installed outside the default prefix, requiring source builds for official packages
7373 (e.g. non-standard installs of ` /opt/homebrew ` , ` /usr/local ` , or ` /home/linuxbrew/.linuxbrew ` )
@@ -94,7 +94,7 @@ Tier 3 configurations include:
9494
9595- macOS versions no longer covered by CI and no longer receiving regular Apple security updates
9696- Systems that build official packages from source despite available bottles
97- - Homebrew installed outside the default prefix
97+ - Homebrew installed outside the default prefix
9898 (e.g. ` /opt/homebrew ` , ` /usr/local ` , or ` /home/linuxbrew/.linuxbrew ` used on mismatched architectures)
9999- Installing formulae using ` --HEAD `
100100- Installing deprecated or disabled formulae
0 commit comments