From d1c351c659915ae4226abe6daeed945f0d6ad22f Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 30 Apr 2026 18:30:37 +0200 Subject: [PATCH] doc: downgrade macOS x64 to Tier 2 Signed-off-by: Antoine du Hamel --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 2cb15c812acf3b..3a543602538561 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -118,7 +118,7 @@ platforms. This is true regardless of entries in the table below. | GNU/Linux | riscv64 | kernel >= 5.19, glibc >= 2.36 | Experimental | GCC >= 14 or Clang >= 19 for native builds[^7] | | Windows | x64 | >= Windows 10/Server 2016 | Tier 1 | [^2],[^3] | | Windows | arm64 | >= Windows 10 | Tier 2 | | -| macOS | x64 | >= 13.5 | Tier 1 | For notes about compilation see [^4] | +| macOS | x64 | >= 13.5 | Tier 2 | For notes about compilation see [^4] | | macOS | arm64 | >= 13.5 | Tier 1 | | | SmartOS | x64 | >= 18 | Tier 2 | | | AIX | ppc64be >=power9 | >= 7.2 TL04 | Tier 2 | |