mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 20:42: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
|
# todo(windows): Actually run the tests
|
||||||
windows_tests:
|
windows_tests:
|
||||||
name: (Windows) Run Clippy and tests
|
name: (Windows) Run Clippy and tests
|
||||||
runs-on: windows-latest
|
runs-on: hosted-windows-1
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user