Switch Windows actions to self-hosted runner (#2134)

* Switch Windows actions to self-hosted runner

* Trigger Build?

* fix runs-on
This commit is contained in:
Austin Johnson 2023-01-22 01:47:27 -06:00 committed by GitHub
parent 0329b1c542
commit 1594b24495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,11 @@ env:
jobs:
windows_stable:
runs-on: windows-latest
# runs-on: windows-latest
runs-on: [self-hosted, Windows]
steps:
- name: Ninja Install
run: pip install ninja
# - name: Ninja Install
# run: pip install ninja
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose