Skip to content

Commit

Permalink
Use windows-2016 image instead of windows-2019 to fix the Py2.7 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 13, 2022
1 parent 98224b3 commit fc2f7ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/wheels.yml
Expand Up @@ -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 }

Expand Down

0 comments on commit fc2f7ea

Please sign in to comment.