Skip to content

Commit f468b6c

Browse files
authored
build: update minimum Xcode version to 16.4
Refs: nodejs/build#4083 Closes: #58069 PR-URL: #60079 Fixes: #58069 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 36b1cc2 commit f468b6c

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
@@ -157,7 +157,7 @@ Depending on the host platform, the selection of toolchains may vary.
157157
| ---------------- | -------------------------------------------------------------- |
158158
| Linux | GCC >= 12.2 or Clang >= 19.1 |
159159
| Windows | Visual Studio >= 2022 with the Windows 10 SDK on a 64-bit host |
160-
| macOS | Xcode >= 16.3 (Apple LLVM >= 19) |
160+
| macOS | Xcode >= 16.4 (Apple LLVM >= 19) |
161161

162162
### Official binary platforms and toolchains
163163

@@ -249,7 +249,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
249249

250250
#### macOS prerequisites
251251

252-
* Xcode Command Line Tools >= 16.3 for macOS
252+
* Xcode Command Line Tools >= 16.4 for macOS
253253
* [A supported version of Python][Python versions]
254254
* For test coverage, your Python installation must include pip.
255255

0 commit comments

Comments
 (0)