Skip to content

Commit ed52ab9

Browse files
authored
build: increase minimum Xcode version to 16.1
This is the same version as required by the Chromium/V8 project. Refs: https://chromium-review.googlesource.com/c/chromium/src/+/5973484 PR-URL: #56824 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent ad84558 commit ed52ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ platforms. This is true regardless of entries in the table below.
140140
Windows binary (`node.exe`) in WSL will not work without workarounds such as
141141
stdio redirection.
142142

143-
[^4]: Our macOS x64 Binaries are compiled with 11.0 as a target. Xcode 13 is
143+
[^4]: Our macOS Binaries are compiled with 11.0 as a target. Xcode 16 is
144144
required to compile.
145145

146146
<!--lint enable final-definition-->
@@ -153,7 +153,7 @@ Depending on the host platform, the selection of toolchains may vary.
153153
| ---------------- | -------------------------------------------------------------- |
154154
| Linux | GCC >= 12.2 |
155155
| Windows | Visual Studio >= 2022 with the Windows 10 SDK on a 64-bit host |
156-
| macOS | Xcode >= 13 (Apple LLVM >= 12) |
156+
| macOS | Xcode >= 16.1 (Apple LLVM >= 17) |
157157

158158
### Official binary platforms and toolchains
159159

0 commit comments

Comments
 (0)