From d2cec0221b19754b6702dd10bc7d93cc97a74835 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 8 May 2024 10:09:43 -0700 Subject: [PATCH] Run windows CI on our own GH-hosted windows runner (#11567) It's a 16-core runner. Release Notes: - N/A --- .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 774aef8bd2..62996c9fb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: # todo(windows): Actually run the tests windows_tests: name: (Windows) Run Clippy and tests - runs-on: windows-latest + runs-on: hosted-windows-1 steps: - name: Checkout repo uses: actions/checkout@v4