run on free runners

Change-Id: I618ad58535bf4c539d5055dd14d4c33d53e5bcd6
Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
This commit is contained in:
Tom Proctor
2025-11-26 13:06:15 +00:00
parent 3ab5468735
commit 04d261ca6d

View File

@@ -5,7 +5,7 @@ on:
jobs:
windows:
runs-on: ci-windows-github-1
runs-on: windows-latest
name: Windows (${{ matrix.name || matrix.shard}})
strategy:
fail-fast: false # don't abort the entire matrix if one element fails
@@ -66,10 +66,7 @@ jobs:
Remove-Item -Force
win-tool-go:
# 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
runs-on: windows-latest
name: Windows (win-tool-go)
steps:
- name: checkout