Skip to content

Commit d955400

Browse files
author
Ash Cripps
committed
doc: update min mac ver + move mac arm64 to tier 1
Update the minimum macos version that can compile to match the xcode requirements. Also move mac arm64 to tier 1. refs: #39584 (comment)
1 parent 0e22fa0 commit d955400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ platforms. This is true regardless of entries in the table below.
113113
| Windows | x86 (native) | >= Windows 8.1/2012 R2 | Tier 1 (running) / Experimental (compiling) <sup>[6](#fn6)</sup> | |
114114
| Windows | x64, x86 | Windows Server 2012 (not R2) | Experimental | |
115115
| Windows | arm64 | >= Windows 10 | Tier 2 (compiling) / Experimental (running) | |
116-
| macOS | x64 | >= 10.13 | Tier 1 | |
117-
| macOS | arm64 | >= 11 | Experimental | |
116+
| macOS | x64 | >= 10.13 | Tier 1 | Our Binaries are compiled with 10.13 as a target there is no guarrentee compiling on 10.13 will work as Xcode11 is required to compile. |
117+
| macOS | arm64 | >= 11 | Tier 1 | |
118118
| SmartOS | x64 | >= 18 | Tier 2 | |
119119
| AIX | ppc64be >=power7 | >= 7.2 TL04 | Tier 2 | |
120120
| FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 <sup>[7](#fn7)</sup> |

0 commit comments

Comments
 (0)