From 8a8240b8a67014bdd5fe3bfe30957c074a1260c9 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 21 Jan 2025 17:44:17 -0600 Subject: [PATCH] Use new-style Windows runner tag (#15661) I changed these org-wide to make it more obvious what runner it maps to; did not update here as I did in uv --- .github/actionlint.yaml | 3 ++- .github/workflows/ci.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index d47bf99d29..f86b551af8 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -6,4 +6,5 @@ self-hosted-runner: labels: - depot-ubuntu-latest-8 - depot-ubuntu-22.04-16 - - windows-latest-xlarge + - github-windows-2025-x86_64-8 + - github-windows-2025-x86_64-16 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3d435a452..284ee5ecb7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -203,7 +203,7 @@ jobs: cargo-test-windows: name: "cargo test (windows)" - runs-on: windows-latest-xlarge + runs-on: github-windows-2025-x86_64-16 needs: determine_changes if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }} timeout-minutes: 20