diff --git a/.github/workflows/test_tox.yml b/.github/workflows/test_tox.yml index 47fa7ea..2b7e282 100644 --- a/.github/workflows/test_tox.yml +++ b/.github/workflows/test_tox.yml @@ -27,7 +27,7 @@ jobs: - macos: py39-inputs-macos - windows: py310-inputs-windows toxargs: '-v' - runs-on: windows-2019 + runs-on: windows-2022 - linux: py312-inputs-conda - macos: py312-inputs-conda diff --git a/docs/source/tox.rst b/docs/source/tox.rst index 3f71622..52c925f 100644 --- a/docs/source/tox.rst +++ b/docs/source/tox.rst @@ -359,7 +359,7 @@ It can be defined globally: runs-on: | linux: ubuntu-18.04 macos: macos-10.15 - windows: windows-2019 + windows: windows-2022 .. code:: yaml @@ -380,7 +380,7 @@ be valid YAML.) with: envs: | - windows: py39 - runs-on: windows-2019 + runs-on: windows-2022 default_python ^^^^^^^^^^^^^^