From 60479d57c05a651c12286e43e8354411a94fabf9 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 18 Mar 2024 11:34:05 -0500 Subject: [PATCH] Use extra-large runner for Windows tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8c2205f3..321e206d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: # For Ubuntu and Windows, this requires Organization-level configuration # See: https://docs.github.com/en/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners#about-ubuntu-and-windows-larger-runners - { os: "ubuntu", runner: "ubuntu-latest-large" } - - { os: "windows", runner: "windows-latest-large" } + - { os: "windows", runner: "windows-latest-xlarge" } - { os: "macos", runner: "macos-14" } fail-fast: false runs-on: