From 41ececc1ab1c284ede3a1c109ebbadb61b4cadd5 Mon Sep 17 00:00:00 2001 From: Helder Eijs Date: Mon, 30 Sep 2024 09:30:24 +0200 Subject: [PATCH] Build wheel on Windows 2019 --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c4b12742..39d32d3c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -32,7 +32,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-latest, macos-12] + os: [ubuntu-20.04, windows-2019, macos-12] if: github.actor == 'Legrandin' @@ -79,7 +79,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-20.04, windows-latest, macos-12 ] + os: [ ubuntu-20.04, windows-2019, macos-12 ] arch: [ multi-arch ] # Python 2 on Windows requires manual toolchain setup (per-arch) due to newer MSVC used here exclude: