From a735baf2465dd26901385226f262c463d352b10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Mon, 7 Jul 2025 11:31:05 +0200 Subject: [PATCH] MNT: upgrade windows image (2019->2022) --- .github/workflows/test_tox.yml | 2 +- docs/source/tox.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_tox.yml b/.github/workflows/test_tox.yml index 47fa7eaf..2b7e2821 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 3f71622c..52c925f4 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 ^^^^^^^^^^^^^^