ci(macOS): set MACOSX_DEPLOYMENT_TARGET back to 13.3

- Fix build failure: 'sgesdd_' only available on macOS 13.3+
- Keep other CI improvements (local builds, find-links installs)
This commit is contained in:
Andy Lee
2025-08-07 14:38:32 -07:00
parent 3fa6b2aa17
commit df798d350d

View File

@@ -135,9 +135,8 @@ jobs:
# Use system clang instead of homebrew LLVM for better compatibility
export CC=clang
export CXX=clang++
# Consider broader compatibility while keeping LAPACK availability
# macOS 12 (Monterey) is still widely used and maintained by Apple
export MACOSX_DEPLOYMENT_TARGET=12.0
# sgesdd_ is only available on macOS 13.3+
export MACOSX_DEPLOYMENT_TARGET=13.3
uv build --wheel --python python
else
uv build --wheel --python python