From 259309aee19f6ce82ee415a19ab1183429c9ae8b Mon Sep 17 00:00:00 2001 From: Mark Keller Date: Wed, 13 Nov 2024 16:18:59 -0800 Subject: [PATCH] update windows image used for builds and tests --- .github/workflows/build_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index af798705f..0638b0820 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -74,7 +74,7 @@ jobs: id: manylinux_x86_64 - image: ubuntu-20.04 id: manylinux_aarch64 - - image: windows-2019 + - image: windows-2022 id: win_amd64 - image: macos-latest id: macosx_x86_64 @@ -123,7 +123,7 @@ jobs: download_name: manylinux_x86_64 - image_name: macos-latest download_name: macosx_x86_64 - - image_name: windows-2019 + - image_name: windows-2022 download_name: win_amd64 python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] cloud-provider: [aws, azure, gcp]