Skip to content

Commit 8dbd6e5

Browse files
committed
Readd macosx development flag
1 parent 53292cc commit 8dbd6e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ if [[ $CIBW_ARCHS == *"arm"* ]]; then
6060
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-macos-arm.zip -O scip.zip
6161
else
6262
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-macos.zip -O scip.zip
63+
export MACOSX_DEPLOYMENT_TARGET=13.0
6364
fi
6465
unzip scip.zip
6566
mv scip_install src/scip

0 commit comments

Comments
 (0)