Skip to content

Commit a92e8a7

Browse files
committed
Lower buildwheels MACOSX_DEPLOYMENT_TARGET to 11.0 to allow wheel to install on older macOS systems.
1 parent 6edf181 commit a92e8a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
CIBW_ARCHS_MACOS: ${{ runner.arch == 'X64' && 'auto' || 'auto universal2' }}
6060
CIBW_ARCHS_WINDOWS: "auto ARM64"
6161
CIBW_BUILD_FRONTEND: "build"
62-
MACOSX_DEPLOYMENT_TARGET: "14.0" # fix build for macos-15-intel
62+
MACOSX_DEPLOYMENT_TARGET: "11.0" # fix build for macos-15-intel
6363

6464
- uses: actions/upload-artifact@v7
6565
with:

0 commit comments

Comments
 (0)