diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2021-11-02 16:07:55 +0100 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2021-11-02 16:07:55 +0100 |
commit | 9f801230ac89a640742a9cc5695eda3c184aab0d (patch) | |
tree | 15c5375a0e51524cf2f68404fa910ba93ea64103 /.github | |
parent | b8c0f6f7e0e0a6e34a6c3d57fe8415894bb1dd75 (diff) | |
download | python-lxml-9f801230ac89a640742a9cc5695eda3c184aab0d.tar.gz |
Use older macOS 10.9 as wheel deployment target, instead of the more recent 10.14.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/wheels.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 45859d33..274a6af0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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.14 } + env: { LIBXML2_VERSION: 2.9.10, LIBXSLT_VERSION: 1.1.34, MACOSX_DEPLOYMENT_TARGET: 10.9 } steps: - uses: actions/checkout@v2 |