Skip to content

Commit

Permalink
No choice but using macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 15, 2024
1 parent e243ded commit 68c9156
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 @@ -133,7 +133,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-12, macos-13]
os: [macos-13]
python: ["3.8"]
steps:
- uses: actions/checkout@v4
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 = "11.0"
environment.MACOSX_DEPLOYMENT_TARGET = "12.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 68c9156

Please sign in to comment.