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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on: [push, pull_request]
jobs: jobs:
ci: ci:
runs-on: windows-latest runs-on: [self-hosted, Windows]
name: CI name: CI
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

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