diff --git a/.github/workflows/wheel-cibw.yml b/.github/workflows/wheel-cibw.yml index e434c9330ad..c3c4b3ad807 100644 --- a/.github/workflows/wheel-cibw.yml +++ b/.github/workflows/wheel-cibw.yml @@ -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: