mirror of
https://github.com/tailscale/tailscale.git
synced 2025-06-22 16:18:39 +00:00
.github/workflows: try running Windows jobs on bigger VMs
Updates tailscale/corp#28679 Change-Id: Iee3f3820d2d8308fff3494e300ad3939e3ed2598 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
9af42f425c
commit
ca06d944c5
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -208,7 +208,10 @@ jobs:
|
||||
find $(go env GOCACHE) -type f -mmin +90 -delete
|
||||
|
||||
windows:
|
||||
runs-on: windows-2022
|
||||
# windows-8vpu is a 2022 GitHub-managed runner in our
|
||||
# org with 8 cores and 32 GB of RAM:
|
||||
# https://github.com/organizations/tailscale/settings/actions/github-hosted-runners/1
|
||||
runs-on: windows-8vcpu
|
||||
needs: gomod-cache
|
||||
name: Windows (${{ matrix.name || matrix.shard}})
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user