Skip to content

Commit

Permalink
use native 3.8 install
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Aug 16, 2024
1 parent 8125659 commit 2071e5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,14 @@ jobs:
if: ${{ inputs.include-debug-info-for-macos }}
run: echo "INCLUDE_DSYM=1" >> $GITHUB_ENV

# Install native version of Python 3.8 on arm64
# The default Python 3.8 install used by cibuildwheel is for x86_64
# https://cibuildwheel.pypa.io/en/stable/faq/#macos-building-cpython-38-wheels-on-arm64
- uses: actions/setup-python@v5
with:
python-version: 3.8
if: runner.os == 'macOS' && runner.arch == 'ARM64'

- name: Build wheel
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 2071e5e

Please sign in to comment.