Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed May 23, 2024
1 parent 78e3971 commit e817ce5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ jobs:
shell: bash

- name: Install experimental Python 3.8 arm64 build
# By default, cibuildwheel installs and uses Python 3.8 x86_64 to cross compile arm64 wheels
# There is a bug that builds x86_64 wheels instead, so we install this Python 3.8 native ARM build to ensure
# the wheel is compiled in arm64
# https://cibuildwheel.pypa.io/en/stable/faq/#macos-building-cpython-38-wheels-on-arm64
if: ${{ matrix.platforms[0] == 'macosx_arm64' && matrix.python == 'cp38' }}
run: |
curl -o /tmp/Python38.pkg https://www.python.org/ftp/python/3.8.10/python-3.8.10-macos11.pkg
Expand Down

0 comments on commit e817ce5

Please sign in to comment.