Skip to content

Commit

Permalink
Switch bach to macOS 10.14 as wheel deployment target, since 10.9 fai…
Browse files Browse the repository at this point in the history
…ls to build cleanly.
  • Loading branch information
scoder committed Nov 2, 2021
1 parent 03c3f10 commit 667f4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
python_version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]

runs-on: ${{ matrix.os }}
env: { LIBXML2_VERSION: 2.9.10, LIBXSLT_VERSION: 1.1.34, MACOSX_DEPLOYMENT_TARGET: 10.9 }
env: { LIBXML2_VERSION: 2.9.10, LIBXSLT_VERSION: 1.1.34, MACOSX_DEPLOYMENT_TARGET: 10.14 }

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 667f4b4

Please sign in to comment.