CI: Run tests on windows-2019 explicitly

Ensures that Python 3.6 is available
This commit is contained in:
Philipp Wolfer
2022-02-11 14:59:08 +01:00
parent 8b8593b546
commit d34df0049c

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-2019]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
exclude:
- os: macos-latest