diff options
| author | Denton Gentry <dgentry@tailscale.com> | 2022-09-24 10:52:55 -0700 |
|---|---|---|
| committer | Denton Gentry <dgentry@tailscale.com> | 2022-09-24 14:34:55 -0700 |
| commit | 1691898a17696f05116dba03479a72685cf7ddde (patch) | |
| tree | e45fbb0a0186b26be08a0845001a19d5dcb05be8 /.github/workflows/windows.yml | |
| parent | 3d24611e325de36ea7ffac2d6288cf15e3aac784 (diff) | |
| download | tailscale-buildjet-vs-github.tar.xz tailscale-buildjet-vs-github.zip | |
CI: try GitHub's Large runnersbuildjet-vs-github
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
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]')" |
