From e678723ed980c936e05768a291d413bc437fd248 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Schmidt Date: Mon, 15 Jun 2026 14:53:36 -0400 Subject: [PATCH] stay on windows 2022 runners for now --- .github/workflows/ci.yml | 2 +- .github/workflows/package.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2fd092c..997eccb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - { os: ubuntu-latest, environment: 'py311' } - { os: ubuntu-latest, environment: 'py312' } - { os: ubuntu-latest, environment: 'py313' } - - { os: windows-latest, environment: 'py313' } + - { os: windows-2022, environment: 'py313' } - { os: macos-latest, environment: 'py313' } - { os: ubuntu-latest, environment: 'oldies' } - { os: ubuntu-latest, environment: 'nightly' } diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index f6e07e4d..ae12e37a 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -25,8 +25,8 @@ jobs: - { variant-file: osx_64_numpy2.0python3.10.____cpython, target-platform: osx-64, os: macos-15-intel, rattler-build-args: '' } - { variant-file: osx_arm64_numpy2.0python3.10.____cpython, target-platform: osx-arm64, os: macos-latest, rattler-build-args: '' } - { variant-file: osx_arm64_numpy2python3.13.____cp313, target-platform: osx-arm64, os: macos-latest, rattler-build-args: '' } - - { variant-file: win_64_numpy2.0python3.10.____cpython, target-platform: win-64, os: windows-latest, rattler-build-args: '' } - - { variant-file: win_64_numpy2python3.13.____cp313, target-platform: win-64, os: windows-latest, rattler-build-args: '' } + - { variant-file: win_64_numpy2.0python3.10.____cpython, target-platform: win-64, os: windows-2022, rattler-build-args: '' } + - { variant-file: win_64_numpy2python3.13.____cp313, target-platform: win-64, os: windows-2022, rattler-build-args: '' } steps: - name: Checkout branch uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2