diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 2d441f5..e68c64d 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -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 @@ -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