Run windows CI on our own GH-hosted windows runner (#11567)

It's a 16-core runner.

Release Notes:

- N/A
This commit is contained in:
Max Brunsfeld
2024-05-08 10:09:43 -07:00
committed by GitHub
parent 724acaab61
commit d2cec0221b
+1 -1
View File
@@ -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