From 384e6449da5192f57dce5759c410c9760779bc2a Mon Sep 17 00:00:00 2001 From: Zanie Date: Wed, 21 Feb 2024 15:01:46 -0600 Subject: [PATCH] Use Windows 2019 runner instead of 2022 --- .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 d49931868..98dbcf1c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,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-2019-large" } - { os: "macos", runner: "macos-14" } runs-on: labels: ${{ matrix.runner }}