Skip to content

Commit 3d93273

Browse files
XadillaXtargos
authored andcommitted
doc: add OS X to instead of only macOS
The last OS X version is 10.11 El Captian, and the first macOS version is 10.12 Sierra. So >= 10.8 < 10.10 is called OS X and >= 10.10 is called OS X or macOS. Refs: https://en.wikipedia.org/wiki/MacOS#Release_history PR-URL: #21033 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Yorkie Liu <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 3fffc7e commit 3d93273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILDING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ platforms in production.
4141
|--------------|--------------|----------------------------------|----------------------|------------------|
4242
| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x64, arm | |
4343
| GNU/Linux | Tier 1 | kernel >= 3.10, glibc >= 2.17 | arm64 | |
44-
| macOS | Tier 1 | >= 10.10 | x64 | |
44+
| macOS/OS X | Tier 1 | >= 10.10 | x64 | |
4545
| Windows | Tier 1 | >= Windows 7/2008 R2/2012 R2 | x86, x64 | vs2017 |
4646
| SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | see note1 |
4747
| FreeBSD | Tier 2 | >= 10 | x64 | |
4848
| GNU/Linux | Tier 2 | kernel >= 3.13.0, glibc >= 2.19 | ppc64le >=power8 | |
4949
| AIX | Tier 2 | >= 7.1 TL04 | ppc64be >=power7 | |
5050
| GNU/Linux | Tier 2 | kernel >= 3.10, glibc >= 2.17 | s390x | |
51-
| macOS | Experimental | >= 10.8 < 10.10 | x64 | no test coverage |
51+
| OS X | Experimental | >= 10.8 < 10.10 | x64 | no test coverage |
5252
| GNU/Linux | Experimental | kernel >= 2.6.32, glibc >= 2.12 | x86 | limited CI |
5353
| Linux (musl) | Experimental | musl >= 1.0 | x64 | |
5454

@@ -408,7 +408,7 @@ This version of Node.js does not support FIPS.
408408
It is possible to specify one or more JavaScript text files to be bundled in
409409
the binary as builtin modules when building Node.js.
410410

411-
### Unix / macOS
411+
### Unix/macOS
412412

413413
This command will make `/root/myModule.js` available via
414414
`require('/root/myModule')` and `./myModule2.js` available via

0 commit comments

Comments
 (0)