diff options
Diffstat (limited to '.github/workflows/windows.yml')
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2b319ccc1..e78824ab4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -14,7 +14,7 @@ concurrency: jobs: test: - runs-on: [ self-hosted, Windows ] + runs-on: windows-8vcpu if: "!contains(github.event.head_commit.message, '[ci skip]')" |
