From 7fee315c02ecfd13b34c0225e3587a15293e329a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 24 Feb 2022 07:13:34 +0100 Subject: [PATCH] build: downgrade Windows 8.1 and server 2012 R2 to experimental MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both versions will be end of life in 2023, before the end of Node.js 18. Refs: https://docs.microsoft.com/en-us/lifecycle/products/windows-81 Refs: https://docs.microsoft.com/en-us/lifecycle/products/windows-server-2012-r2 PR-URL: https://github.com/nodejs/node/pull/42105 Reviewed-By: Mary Marchini Reviewed-By: Antoine du Hamel Reviewed-By: Tobias Nießen Reviewed-By: Darshan Sen Reviewed-By: Mestery Reviewed-By: Rich Trott Reviewed-By: Beth Griggs Reviewed-By: Michael Dawson Reviewed-By: James M Snell --- BUILDING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 32cc5fc260d561..a1399446392f5d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -109,9 +109,9 @@ platforms. This is true regardless of entries in the table below. | GNU/Linux | armv6 | kernel >= 4.14, glibc >= 2.24 | Experimental | Downgraded as of Node.js 12 | | GNU/Linux | ppc64le >=power8 | kernel >= 3.10.0, glibc >= 2.17 | Tier 2 | e.g. Ubuntu 16.04[^1], EL 7[^2] | | GNU/Linux | s390x | kernel >= 3.10.0, glibc >= 2.17 | Tier 2 | e.g. EL 7[^2] | -| Windows | x64, x86 (WoW64) | >= Windows 8.1/2012 R2 | Tier 1 | [^4],[^5] | -| Windows | x86 (native) | >= Windows 8.1/2012 R2 | Tier 1 (running) / Experimental (compiling)[^6] | | -| Windows | x64, x86 | Windows Server 2012 (not R2) | Experimental | | +| Windows | x64, x86 (WoW64) | >= Windows 10/Server 2016 | Tier 1 | [^4],[^5] | +| Windows | x86 (native) | >= Windows 10/Server 2016 | Tier 1 (running) / Experimental (compiling)[^6] | | +| Windows | x64, x86 | Windows 8.1/Server 2012 | Experimental | | | Windows | arm64 | >= Windows 10 | Tier 2 (compiling) / Experimental (running) | | | macOS | x64 | >= 10.13 | Tier 1 | For notes about compilation see [^7] | | macOS | arm64 | >= 11 | Tier 1 | |