Skip to content

Commit

Permalink
Bump macos target to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 11, 2024
1 parent 8324155 commit cea58f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
# 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
# macos 14
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=14
- name: upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit cea58f4

Please sign in to comment.