Skip to content

Commit

Permalink
ci(wheels): Use homebrew to install libpng on MacOS ARM runners
Browse files Browse the repository at this point in the history
Until we can figure out a better solution, having homebrew install libpng will work around the issue with Wheels checks failing due to trying to link the too-old version of PNG installed to the macos-14 gh runners

Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
  • Loading branch information
zachlewis committed Sep 25, 2024
1 parent 42e5901 commit ba56760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ jobs:
env:
CIBW_BUILD: ${{ matrix.python }}
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BEFORE_ALL: "brew install libpng"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ba56760

Please sign in to comment.