From 99f260f42a57acc5defeaa3a4f321f547ed9afb4 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Wed, 4 Mar 2020 12:14:43 +1100 Subject: [PATCH] doc: official macOS builds now on 10.15 + Xcode 11 PR-URL: https://github.com/nodejs/node/pull/31459 Refs: https://github.com/nodejs/node/issues/29216 Reviewed-By: Christian Clauss Reviewed-By: Michael Dawson Reviewed-By: Ash Cripps Signed-off-by: Rod Vagg --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 4f24ebe06c0602..469a4f9281db88 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -167,7 +167,7 @@ Binaries at are produced on: | Binary package | Platform and Toolchain | | --------------------- | ------------------------------------------------------------------------ | | aix-ppc64 | AIX 7.1 TL05 on PPC64BE with GCC 6 | -| darwin-x64 (and .pkg) | macOS 10.11, Xcode Command Line Tools 10 with -mmacosx-version-min=10.10 | +| darwin-x64 (and .pkg) | macOS 10.15, Xcode Command Line Tools 11 with -mmacosx-version-min=10.10 | | linux-arm64 | CentOS 7 with devtoolset-6 / GCC 6 | | linux-armv7l | Cross-compiled on Ubuntu 16.04 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools) | | linux-ppc64le | CentOS 7 with devtoolset-6 / GCC 6 [7](#fn7) |