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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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