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