Skip to content

Commit

Permalink
Try macos-11 for x64 with macos-14 for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 15, 2024
1 parent 68c9156 commit 5a82f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# macos-11, so we build on macos-12. When we drop macos-11 support, we can
# drop macos-12 from the matrix and use macos-13 instead, assuming it works.
include:
- os: macos-12
- os: macos-11
os_arch: macos-x86_64
- os: macos-14
os_arch: macos-arm64
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ before-all = [
select = "*-macosx*x86_64"
inherit.environment = "append"
# QPDF requires C++17 which is not fully supported on macOS < 11.0.
environment.MACOSX_DEPLOYMENT_TARGET = "12.0"
environment.MACOSX_DEPLOYMENT_TARGET = "11.0"
# When MACOSX_DEPLOYMENT_TARGET is >= 11.0, set this to 0
# to ensure that pip/auditwheel generate the correct version stamp.
environment.SYSTEM_VERSION_COMPAT = 0
Expand Down

0 comments on commit 5a82f01

Please sign in to comment.