mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-27 19:57:37 +00:00
CI: Run tests on windows-2019 explicitly
Ensures that Python 3.6 is available
This commit is contained in:
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user