Skip to content

Commit a32bd21

Browse files
fix: update macOS deployment target to 14.0 for macOS 15 runners
Update MACOSX_DEPLOYMENT_TARGET from 13.0 to 14.0 to fix build failures on macOS 15 runners (both Intel and ARM64). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9302301 commit a32bd21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cibuildwheel.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ skip = [
1313

1414
macos.archs = ["x86_64", "arm64"]
1515

16-
# GSL libraries from Homebrew require macOS 13.0 minimum
17-
macos.environment = {MACOSX_DEPLOYMENT_TARGET = "13.0"}
16+
# GSL libraries from Homebrew require macOS 14.0 minimum for macOS 15 runners
17+
macos.environment = {MACOSX_DEPLOYMENT_TARGET = "14.0"}
1818

1919
build-verbosity = 1
2020

0 commit comments

Comments
 (0)