feat(Actions): swap to self-hosted (#1751)

* feat(CI): swap to self-hosted
* feat(Nightly): switch to self-hosted
This commit is contained in:
Andreas Maerten
2023-07-18 13:25:09 +02:00
committed by GitHub
parent e1f70e84b4
commit 695428ac65
2 changed files with 2 additions and 2 deletions

View File

@ -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