summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-11-02 16:07:55 +0100
committerStefan Behnel <stefan_ml@behnel.de>2021-11-02 16:07:55 +0100
commit9f801230ac89a640742a9cc5695eda3c184aab0d (patch)
tree15c5375a0e51524cf2f68404fa910ba93ea64103 /.github
parentb8c0f6f7e0e0a6e34a6c3d57fe8415894bb1dd75 (diff)
downloadpython-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.yml2
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