Skip to content

Commit

Permalink
ci(gha): fix python3.8 build on arm64
Browse files Browse the repository at this point in the history
Relevant issue: pypa/cibuildwheel#1767.
  • Loading branch information
jnooree committed Dec 2, 2024
1 parent 0403c6d commit 7423907
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/_wheel-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- if: ${{ contains(inputs.python, 'macosx') }}
run: brew install eigen spectra boost pybind11 ninja

# https://github.com/pypa/cibuildwheel/issues/1767
- if: ${{ startsWith(inputs.python, 'cp38-macosx_') }}
run: echo "SYSTEM_VERSION_COMPAT=0" >>$GITHUB_ENV

- uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.16.0" # for Ubuntu 20.04
Expand Down

0 comments on commit 7423907

Please sign in to comment.