Skip to content

Commit

Permalink
windows-latest is now windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Mar 10, 2022
1 parent 68e2706 commit 53e5ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rule_runner_label.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var defaultRunnerOSCompats = map[string]runnerOSCompat{
"macos-11": compatMacOS110,
"macos-11.0": compatMacOS110,
"macos-10.15": compatMacOS1015,
"windows-latest": compatWindows2019,
"windows-latest": compatWindows2022,
"windows-2022": compatWindows2022,
"windows-2019": compatWindows2019,
"windows-2016": compatWindows2016,
Expand Down

0 comments on commit 53e5ba9

Please sign in to comment.