Skip to content

Commit 9f5049e

Browse files
committed
Delete CI for windows 2022
1 parent 80bca5a commit 9f5049e

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)