Skip to content

Commit

Permalink
Hardcode MACOSX_DEPLOYMENT_TARGET=12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 17, 2025
1 parent e8ea5c9 commit ab8e36d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
export MACOSX_DEPLOYMENT_TARGET=$(xcrun --sdk macosx --show-sdk-version)
echo "MACOSX_DEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET"
export MACOSX_DEPLOYMENT_TARGET=12.0
CIBW_ENVIRONMENT: ${{ env.CIBW_ENVIRONMENT_COMMON }}
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64
CIBW_MANYLINUX_AARCH64_IMAGE: quay.io/pypa/manylinux_2_28_aarch64
Expand Down

0 comments on commit ab8e36d

Please sign in to comment.