From c43df36e919b1578a56c92a0f04ef17fb4a8257b Mon Sep 17 00:00:00 2001 From: Jerome Kieffer Date: Thu, 16 May 2024 17:18:00 +0200 Subject: [PATCH] Upgrade the windows runner to 2022 Let's see if the binaries produced are working --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b702f2bb..a1d4f18a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: cibw_archs: "aarch64" - os: ubuntu-20.04 cibw_archs: "ppc64le" - - os: windows-2019 + - os: windows-2022 cibw_archs: "auto64" - os: macos-11 cibw_archs: "x86_64"