Skip to content

Commit

Permalink
Fix build in macOS and musllinux AArch64.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Nov 9, 2022
1 parent ab35ecc commit cd0d02d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
python_version: 3.5

runs-on: ${{ matrix.os }}
env: { MACOSX_DEPLOYMENT_TARGET: 10.14 }
env: { MACOSX_DEPLOYMENT_TARGET: 10.15 }

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ MANYLINUX_IMAGES= \
manylinux_2_24_aarch64 \
manylinux_2_24_ppc64le \
manylinux_2_24_s390x \
musllinux_1_1_x86_64
musllinux_1_1_x86_64 \
musllinux_1_1_aarch64

.PHONY: all local sdist test clean realclean

Expand Down

0 comments on commit cd0d02d

Please sign in to comment.