Skip to content

Commit cd0d02d

Browse files
committed
Fix build in macOS and musllinux AArch64.
1 parent ab35ecc commit cd0d02d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
python_version: 3.5
139139

140140
runs-on: ${{ matrix.os }}
141-
env: { MACOSX_DEPLOYMENT_TARGET: 10.14 }
141+
env: { MACOSX_DEPLOYMENT_TARGET: 10.15 }
142142

143143
steps:
144144
- uses: actions/checkout@v3

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ MANYLINUX_IMAGES= \
1313
manylinux_2_24_aarch64 \
1414
manylinux_2_24_ppc64le \
1515
manylinux_2_24_s390x \
16-
musllinux_1_1_x86_64
16+
musllinux_1_1_x86_64 \
17+
musllinux_1_1_aarch64
1718

1819
.PHONY: all local sdist test clean realclean
1920

0 commit comments

Comments
 (0)