Skip to content

Commit

Permalink
Run Windows tests on Windows Server 2022 (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Feb 9, 2022
1 parent 2bd7ece commit 78d8d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os:
- ubuntu-20.04
- windows-2019
- windows-2022
python-version:
- "3.7"
- "3.8"
Expand All @@ -44,7 +44,7 @@ jobs:
run: tox --py current

- name: Upload coverage data
if: matrix.os != 'windows-2019'
if: matrix.os != 'windows-2022'
uses: actions/upload-artifact@v2
with:
name: coverage-data
Expand Down

0 comments on commit 78d8d1d

Please sign in to comment.