From 714ced18efe5a4a3f4673722c1de7ef1920aa01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 17 Feb 2025 14:50:40 +0100 Subject: [PATCH] doc: update Xcode version used for arm64 and pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/57104 Reviewed-By: Ulises Gascón Reviewed-By: Jake Yuesong Li Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 62e5cb79866019..608b20248ea0d0 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -163,7 +163,7 @@ Binaries at are produced on: | ----------------------- | ------------------------------------------------------------------------------------------------------------- | | aix-ppc64 | AIX 7.2 TL04 on PPC64BE with GCC 12[^5] | | darwin-x64 | macOS 13, Xcode 16 with -mmacosx-version-min=11.0 | -| darwin-arm64 (and .pkg) | macOS 13 (arm64), Xcode 14 with -mmacosx-version-min=11.0 | +| darwin-arm64 (and .pkg) | macOS 13 (arm64), Xcode 16 with -mmacosx-version-min=11.0 | | linux-arm64 | RHEL 8 with gcc-toolset-12[^6] | | linux-armv7l | Cross-compiled on RHEL 9 x64 with a [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools)[^7] | | linux-ppc64le | RHEL 8 with gcc-toolset-12[^6] |