Skip to content

Commit

Permalink
Use self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kkwpsv committed Dec 6, 2023
1 parent caf64ad commit 8dac5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
BuildDebug:

runs-on: windows-latest
runs-on: [self-hosted, VSPreview]

steps:
- uses: actions/checkout@v1
Expand All @@ -23,7 +23,7 @@ jobs:

BuildRelease:

runs-on: windows-latest
runs-on: [self-hosted, VSPreview]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 8dac5df

Please sign in to comment.