Skip to content

Commit 81d2072

Browse files
authored
Merge pull request #922 from mackerelio/delete-windows-2022-ci
Delete CI for windows 2022
2 parents 80bca5a + 9f5049e commit 81d2072

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
@@ -34,7 +34,7 @@ jobs:
3434
go build -o check-uptime/check-uptime.exe ./check-uptime
3535
go build -o check-tcp/check-tcp.exe ./check-tcp
3636
go build -o check-file-age/check-file-age.exe ./check-file-age
37-
os-versions: '["windows-2022", "windows-2025"]' # When windows-2025 become stable, remove windows-2022
37+
os-versions: '["windows-2025"]'
3838
# TODO: use workflows repo
3939
build:
4040
needs: [test, test-linux]

0 commit comments

Comments
 (0)