Skip to content

Commit

Permalink
Fix arm64 macOS wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Aug 30, 2023
1 parent 22f8b58 commit 73cbb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cibw_archs_macos: x86_64
cibw_environment: >
APNGASM_COMPILE_TARGET=x64
_PYTHON_HOST_PLATFORM=macosx-10.15-x86_64
_PYTHON_HOST_PLATFORM=macosx-10_15-x86_64
VCPKG_OSX_DEPLOYMENT_TARGET=10.15
MACOSX_DEPLOYMENT_TARGET=10.15
CMAKE_OSX_DEPLOYMENT_TARGET=10.15
Expand All @@ -53,7 +53,7 @@ jobs:
cibw_archs_macos: arm64
cibw_environment: >
APNGASM_COMPILE_TARGET=arm64
_PYTHON_HOST_PLATFORM=macosx-11.0-arm64
_PYTHON_HOST_PLATFORM=macosx-11_0-arm64
VCPKG_OSX_DEPLOYMENT_TARGET=11.0
MACOSX_DEPLOYMENT_TARGET=11.0
CMAKE_OSX_DEPLOYMENT_TARGET=11.0
Expand Down

0 comments on commit 73cbb28

Please sign in to comment.