Skip to content

Commit

Permalink
Merge pull request #179 from lpsinger/revert-178-windows-2019
Browse files Browse the repository at this point in the history
Revert "Use windows-2019 for GitHub Actions jobs"
  • Loading branch information
pllim authored Apr 18, 2022
2 parents 0a61018 + 9ea9b9c commit 64d38f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- os: ubuntu-latest
python-version: 3.7
toxenv: py37-test-pytest46
- os: windows-2019
- os: windows-latest
python-version: 3.7
toxenv: py37-test-pytest50
- os: macos-latest
Expand All @@ -29,7 +29,7 @@ jobs:
- os: ubuntu-latest
python-version: 3.7
toxenv: py37-test-pytest52
- os: windows-2019
- os: windows-latest
python-version: 3.8
toxenv: py38-test-pytest53
- os: ubuntu-latest
Expand Down

0 comments on commit 64d38f2

Please sign in to comment.