Skip to content

Commit

Permalink
fixing macosx deployment version for cibw, refs #3
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHilbrich committed Oct 8, 2024
1 parent f3e6e71 commit ad4b419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-cibw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
CIBW_BEFORE_ALL_MACOS: brew update && brew install --cask xquartz && brew install xerces-c fox proj gdal gl2ps ccache googletest fmt
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
MACOSX_DEPLOYMENT_TARGET: 14.0
MACOSX_DEPLOYMENT_TARGET: "13.0"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ad4b419

Please sign in to comment.