Skip to content

Commit eb6ad10

Browse files
authored
chore: pin the Windows unit tests to Windows 2022. (#9880)
At some point `windows-latest` changed to be Windows Server 2025. This broke one of our tests: `TestNewEnvClient/ssh`. Certainly we need to figure out why it doesn't work on Windows Server 2025, but for now let's punt that down the road by pinning to Windows Server 2022.
1 parent bb4b795 commit eb6ad10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
build:
1515
name: PR unit tests (windows)
16-
runs-on: windows-latest
16+
runs-on: windows-2022
1717
steps:
1818

1919
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)