Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 50ccda2

Browse filesBrowse files
committed
build: increase macOS minimum supported version
Starting with V8 6.8, it will not be possible to build with macOS 10.10 and below. Those versions are already EoL. PR-URL: #21883 Refs: nodejs/build#1358 Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
1 parent c44df51 commit 50ccda2
Copy full SHA for 50ccda2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+1-2Lines changed: 1 addition & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@ 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/OS X | Tier 1 | >= 10.10 | x64 | |
44+
| macOS/OS X | Tier 1 | >= 10.11 | 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-
| OS X | Experimental | >= 10.8 < 10.10 | x64 | no test coverage |
5251
| GNU/Linux | Experimental | kernel >= 2.6.32, glibc >= 2.12 | x86 | limited CI |
5352
| Linux (musl) | Experimental | musl >= 1.0 | x64 | |
5453

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.