mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 13:44:09 +03:00
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:
parent
724acaab61
commit
d2cec0221b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user