From f3e6e71e77f3c6ca1cd215950f00cdbd9cfb2ae1 Mon Sep 17 00:00:00 2001 From: Robert Hilbrich Date: Tue, 8 Oct 2024 23:10:59 +0200 Subject: [PATCH] fixing macosx deployment version for cibw, refs #3 --- .github/workflows/wheel-cibw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: