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:
5
.github/workflows/build-reusable.yml
vendored
5
.github/workflows/build-reusable.yml
vendored
@@ -135,9 +135,8 @@ jobs:
|
|||||||
# Use system clang instead of homebrew LLVM for better compatibility
|
# Use system clang instead of homebrew LLVM for better compatibility
|
||||||
export CC=clang
|
export CC=clang
|
||||||
export CXX=clang++
|
export CXX=clang++
|
||||||
# Consider broader compatibility while keeping LAPACK availability
|
# sgesdd_ is only available on macOS 13.3+
|
||||||
# macOS 12 (Monterey) is still widely used and maintained by Apple
|
export MACOSX_DEPLOYMENT_TARGET=13.3
|
||||||
export MACOSX_DEPLOYMENT_TARGET=12.0
|
|
||||||
uv build --wheel --python python
|
uv build --wheel --python python
|
||||||
else
|
else
|
||||||
uv build --wheel --python python
|
uv build --wheel --python python
|
||||||
|
|||||||
Reference in New Issue
Block a user