From 704495a71f2f8898a7520262dc3726e7bc1e4524 Mon Sep 17 00:00:00 2001 From: Mark Turner <turner@zib.de> Date: Thu, 26 Sep 2024 11:55:13 +0200 Subject: [PATCH] Add macosx development flag of 13 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7e0068935..c85a71838 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ if [[ $CIBW_ARCHS == *"arm"* ]]; then wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-macos-arm.zip -O scip.zip else wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-macos.zip -O scip.zip + export MACOSX_DEPLOYMENT_TARGET=13.0 fi unzip scip.zip mv scip_install src/scip