From 81878ec7daec5212757322f475e296d079a80cac Mon Sep 17 00:00:00 2001 From: Paul Jolly Date: Wed, 3 Jan 2024 10:43:17 +0000 Subject: [PATCH] internal/ci: try windows-2019 runners Trying a suggestion mentioned at: https://github.com/actions/runner-images/issues/7320#issuecomment-1862639391 Signed-off-by: Paul Jolly Change-Id: I37200a5c6bc936f2de3bb8b96034a2892404e48a Dispatch-Trailer: {"type":"trybot","CL":1174197,"patchset":1,"ref":"refs/changes/97/1174197/1","targetBranch":"master"} --- .github/workflows/trybot.yml | 2 +- internal/ci/repo/repo.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trybot.yml b/.github/workflows/trybot.yml index 8a26b5b59..22e8bc1a0 100644 --- a/.github/workflows/trybot.yml +++ b/.github/workflows/trybot.yml @@ -22,7 +22,7 @@ jobs: runner: - ubuntu-22.04 - macos-11 - - windows-2022 + - windows-2019 runs-on: ${{ matrix.runner }} defaults: run: diff --git a/internal/ci/repo/repo.cue b/internal/ci/repo/repo.cue index 38ae726a5..3dc83c5b2 100644 --- a/internal/ci/repo/repo.cue +++ b/internal/ci/repo/repo.cue @@ -26,7 +26,7 @@ botGitHubUserEmail: "cueckoo@gmail.com" linuxMachine: "ubuntu-22.04" macosMachine: "macos-11" -windowsMachine: "windows-2022" +windowsMachine: "windows-2019" previousStableGo: "1.20.x"