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 e8ab55c commit f3e6e71
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 @@ -47,9 +47,9 @@ jobs:
package-dir: sumo
output-dir: wheelhouse
env:
USE_NINJA: 0
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

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

0 comments on commit f3e6e71

Please sign in to comment.