mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-01 17:49:02 +00:00
run on free runners
Change-Id: I618ad58535bf4c539d5055dd14d4c33d53e5bcd6 Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
This commit is contained in:
7
.github/workflows/win.yml
vendored
7
.github/workflows/win.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user