summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-12-13 20:23:07 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-12-13 20:23:07 +0100
commitfc2f7ea8108544b9a2f2dd6cb8fdfb1f9f78dc2a (patch)
treea2862d46377879bfdcb1bfa5c7569074ac3fd888
parent98224b31106e23d0ffeb1101ff4bc2c4627e8fd6 (diff)
downloadpython-lxml-fc2f7ea8108544b9a2f2dd6cb8fdfb1f9f78dc2a.tar.gz
Use windows-2016 image instead of windows-2019 to fix the Py2.7 build.
-rw-r--r--.github/workflows/wheels.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index bc4d2d58..2d2b7ac8 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -139,6 +139,13 @@ jobs:
#os: [macos-10.15]
python_version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8-v7.3.7", "pypy-3.9-v7.3.9"]
+ include:
+ - os: windows-2016
+ python-version: 2.7
+ exclude:
+ - os: windows-2019
+ python-version: 2.7 # needs older image
+
runs-on: ${{ matrix.os }}
env: { LIBXML2_VERSION: 2.9.14, LIBXSLT_VERSION: 1.1.35, MACOSX_DEPLOYMENT_TARGET: 10.15 }