From 1ae96e3eeb801caffd8cf53c8e985ba5f531e871 Mon Sep 17 00:00:00 2001 From: ZipFile Date: Fri, 30 May 2025 19:44:47 +0000 Subject: [PATCH] Use `windows-2022` GHA image for building wheels --- .github/workflows/publishing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index af4e1cd1..0151704c 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -60,7 +60,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-14] + os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, macos-14] env: CIBW_ENABLE: pypy CIBW_ENVIRONMENT: >-