From 3f331e97da5b1cc2e24765dcb6d26c9dd313418f Mon Sep 17 00:00:00 2001 From: Santiago Gimeno Date: Tue, 2 May 2023 17:04:42 +0200 Subject: [PATCH] macos: update minimum supported version (#3982) Only support the versions still maintained by Apple. --- SUPPORTED_PLATFORMS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORTED_PLATFORMS.md b/SUPPORTED_PLATFORMS.md index 014ffd1da98..8a435d2592e 100644 --- a/SUPPORTED_PLATFORMS.md +++ b/SUPPORTED_PLATFORMS.md @@ -3,7 +3,7 @@ | System | Support type | Supported versions | Notes | |---|---|---|---| | GNU/Linux | Tier 1 | Linux >= 3.10 with glibc >= 2.17 | | -| macOS | Tier 1 | macOS >= 10.15 | Current and previous macOS release | +| macOS | Tier 1 | macOS >= 11 | Currently supported macOS releases | | Windows | Tier 1 | >= Windows 8 | VS 2015 and later are supported | | FreeBSD | Tier 2 | >= 12 | | | AIX | Tier 2 | >= 6 | Maintainers: @libuv/aix |