From 50e33fcbd618139e27864d7457a4c3725ae0bc9d Mon Sep 17 00:00:00 2001 From: Earle Lowe Date: Tue, 10 Sep 2024 10:05:13 -0700 Subject: [PATCH] try windows-2019 for science --- .github/workflows/build-test-cplusplus.yml | 2 +- .github/workflows/build-wheels.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-cplusplus.yml b/.github/workflows/build-test-cplusplus.yml index 9c9164ba9..353ebc0b1 100644 --- a/.github/workflows/build-test-cplusplus.yml +++ b/.github/workflows/build-test-cplusplus.yml @@ -107,7 +107,7 @@ jobs: windows: name: Windows Latest - runs-on: windows-latest + runs-on: windows-2019 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index cef083896..ab75f8501 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -44,7 +44,7 @@ jobs: - name: Windows matrix: windows runs-on: - intel: [windows-latest] + intel: [windows-2019] python: - major-dot-minor: '3.8' cibw-build: 'cp38-*' @@ -80,7 +80,7 @@ jobs: name: Windows matrix: windows runs-on: - intel: [windows-latest] + intel: [windows-2019] arch: name: ARM matrix: arm