From ebd8cd425d60a70e91d674694d3331aba522ce5b Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 29 Jan 2024 01:34:40 -0600 Subject: [PATCH] Use large Windows runner (#1134) --- .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 5ec2ffbc5..a1f3bd493 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: # TODO(konstin): Merge with the cargo-test job once the tests pass windows: - runs-on: windows-latest + runs-on: windows-latest-large name: "cargo check | windows" steps: - uses: actions/checkout@v4