From 652f78a2c10cc74bf256a98f06307e4e7d60c958 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 6 May 2026 16:35:31 +0200 Subject: [PATCH] doc: downgrade macOS x64 to Tier 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antoine du Hamel PR-URL: https://github.com/nodejs/node/pull/63055 Refs: https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment/ Reviewed-By: Richard Lau Reviewed-By: Marco Ippolito Reviewed-By: Stewart X Addison Reviewed-By: Paolo Insogna Reviewed-By: Luigi Pinca Reviewed-By: Gürgün Dayıoğlu Reviewed-By: Yagiz Nizipli Reviewed-By: Matteo Collina Reviewed-By: Chengzhong Wu Reviewed-By: Michaël Zasso Reviewed-By: Ulises Gascón Reviewed-By: Filip Skokan Reviewed-By: Rafael Gonzaga --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 632833c2a66697..658aaa024a69a4 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -117,7 +117,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 | |