Skip to content

Commit

Permalink
trying with less constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Socrats committed Mar 14, 2023
1 parent 63202a3 commit b8215f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/github/before_build_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ brew install boost

if [[ $(uname) == "Darwin" ]]; then
if [[ "$CIBW_BUILD" == *-macosx_arm64 || "$CIBW_BUILD" == *-macosx_universal2 ]]; then
export MACOSX_DEPLOYMENT_TARGET=12.0
echo "MACOSX_DEPLOYMENT_TARGET=12.0" >> "$GITHUB_ENV"
export MACOSX_DEPLOYMENT_TARGET=11.0
echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> "$GITHUB_ENV"
else
export MACOSX_DEPLOYMENT_TARGET=10.9
echo "MACOSX_DEPLOYMENT_TARGET=10.9" >> "$GITHUB_ENV"
Expand Down

0 comments on commit b8215f2

Please sign in to comment.