Skip to content

Commit b73874a

Browse files
committed
github/workflow: update windows os to windows-2022
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 35e18ab commit b73874a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os:
2525
- ubuntu-20.04 # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
2626
- macos-11.0 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md
27-
- windows-2019 # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
27+
- windows-2022 # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md
2828
go-version:
2929
- 1.15.x
3030
- 1.16.x

0 commit comments

Comments
 (0)