Skip to content

Commit

Permalink
Force macos build target to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 11, 2024
1 parent 2aadd4c commit 8324155
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
# disable finding unintended freetype installations
CIBW_ENVIRONMENT_WINDOWS: "AGGDRAW_FREETYPE_ROOT=''"
# we use libpng/libfreetype from homebrew which has a current limit of
# macos 12 (Monterey): https://formulae.brew.sh/formula/libomp
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=12
- name: upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8324155

Please sign in to comment.