Skip to content

Commit

Permalink
internal/ci: try windows-2019 runners
Browse files Browse the repository at this point in the history
Trying a suggestion mentioned at:

    actions/runner-images#7320 (comment)

Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: I37200a5c6bc936f2de3bb8b96034a2892404e48a
Dispatch-Trailer: {"type":"trybot","CL":1174197,"patchset":1,"ref":"refs/changes/97/1174197/1","targetBranch":"master"}
  • Loading branch information
myitcv authored and cueckoo committed Jan 3, 2024
1 parent b55e471 commit 81878ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trybot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runner:
- ubuntu-22.04
- macos-11
- windows-2022
- windows-2019
runs-on: ${{ matrix.runner }}
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion internal/ci/repo/repo.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 81878ec

Please sign in to comment.