Skip to content

Commit 6a389cd

Browse files
committed
build: bump macOS to v15.2
1 parent c44e125 commit 6a389cd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

BUILDING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ platforms. This is true regardless of entries in the table below.
117117
| GNU/Linux | loong64 | kernel >= 5.19, glibc >= 2.36 | Experimental | |
118118
| Windows | x64 | >= Windows 10/Server 2016 | Tier 1 | [^2],[^3] |
119119
| Windows | arm64 | >= Windows 10 | Tier 2 | |
120-
| macOS | x64 | >= 13.5 | Tier 1 | For notes about compilation see [^4] |
121-
| macOS | arm64 | >= 13.5 | Tier 1 | |
120+
| macOS | x64 | >= 15.2 | Tier 1 | For notes about compilation see [^4] |
121+
| macOS | arm64 | >= 15.2 | Tier 1 | |
122122
| SmartOS | x64 | >= 18 | Tier 2 | |
123123
| AIX | ppc64be >=power8 | >= 7.2 TL04 | Tier 2 | |
124124
| FreeBSD | x64 | >= 13.2 | Experimental | |
@@ -156,7 +156,7 @@ Depending on the host platform, the selection of toolchains may vary.
156156
| ---------------- | -------------------------------------------------------------- |
157157
| Linux | GCC >= 12.2 |
158158
| Windows | Visual Studio >= 2022 with the Windows 10 SDK on a 64-bit host |
159-
| macOS | Xcode >= 16.1 (Apple LLVM >= 17) |
159+
| macOS | Xcode >= 16.3 (Apple LLVM >= 19) |
160160

161161
### Official binary platforms and toolchains
162162

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

249249
#### macOS prerequisites
250250

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

common.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@
638638
'-Wendif-labels',
639639
'-W',
640640
'-Wno-unused-parameter',
641+
'-Wno-cast-function-type-mismatch',
641642
],
642643
},
643644
'target_conditions': [

0 commit comments

Comments
 (0)