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 73d23dd34b
commit ee4253f155
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

View File

@ -8,7 +8,7 @@ on:
jobs:
build_nightly:
runs-on: windows-latest
runs-on: [self-hosted, Windows]
name: Build Nightly
outputs:
full_sha: ${{ steps.var.outputs.full_sha }}