From e76a02eadd04346cd809ab3d9e1c48ed44b1889a Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sat, 24 May 2025 17:03:40 +0200 Subject: [PATCH] feat: add clarification of macOS patches in Support-Tiers --- docs/Support-Tiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Support-Tiers.md b/docs/Support-Tiers.md index 2f5baf9193..bf7502a776 100644 --- a/docs/Support-Tiers.md +++ b/docs/Support-Tiers.md @@ -22,7 +22,7 @@ A Tier 1 supported configuration is one in which: For Tier 1 support, Homebrew on macOS must be all of: - running on official Apple hardware (e.g. not a "Hackintosh" or VM) -- running a version of macOS supported by Apple on that hardware +- running the latest patch of a version of macOS supported by Apple on that hardware - running a version of macOS with Homebrew CI coverage (i.e. the latest stable or prerelease version, two preceding versions) - installed in the default prefix (i.e. `/opt/homebrew` on Apple Silicon, `/usr/local` on Intel x86_64) - running on a supported architecture (i.e. Apple Silicon or Intel x86_64)