We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80bca5a + 9f5049e commit 81d2072Copy full SHA for 81d2072
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
go build -o check-uptime/check-uptime.exe ./check-uptime
35
go build -o check-tcp/check-tcp.exe ./check-tcp
36
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
+ os-versions: '["windows-2025"]'
38
# TODO: use workflows repo
39
build:
40
needs: [test, test-linux]
0 commit comments