feat(Actions): swap to self-hosted (#1751)
* feat(CI): swap to self-hosted * feat(Nightly): switch to self-hosted
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: windows-latest
|
||||
runs-on: [self-hosted, Windows]
|
||||
name: CI
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user