Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshCripps <Ashley.Cripps@ibm.com>2020-09-02 16:59:59 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-09-04 19:19:07 +0300
commit8bf37ee496d318d1aaf1550ab6ab8e05ffea0bab (patch)
tree0efd06465f42a4efb30262aeb057f6589f4ff8e3 /BUILDING.md
parentfa105ebe7dad505fc622c1eefdb8e7cf826a2376 (diff)
doc: update support macos version for 15.x
with our minimum target already set to 10.13 for 14.x it doesn't make sense to claim to support anything lower. PR-URL: https://github.com/nodejs/node/pull/35022 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 779313e5669..9f5f2c193fd 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -111,7 +111,7 @@ platforms. This is true regardless of entries in the table below.
| Windows | x86 (native) | >= Windows 8.1/2012 R2 | Tier 1 (running) / Experimental (compiling) <sup>[6](#fn6)</sup> | |
| Windows | x64, x86 | Windows Server 2012 (not R2) | Experimental | |
| Windows | arm64 | >= Windows 10 | Tier 2 (compiling) / Experimental (running) | |
-| macOS | x64 | >= 10.11 | Tier 1 | |
+| macOS | x64 | >= 10.13 | Tier 1 | |
| SmartOS | x64 | >= 18 | Tier 2 | |
| AIX | ppc64be >=power7 | >= 7.2 TL02 | Tier 2 | |
| FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 <sup>[7](#fn7)</sup> |