Skip to content

Commit fad8728

Browse files
committed
switching to windows-2016 latest is breaking due to wsl conflict with bash
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
1 parent fcda0cf commit fad8728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

146146
test-windows:
147147
name: Build and CRI Test (Windows amd64)
148-
runs-on: windows-latest
148+
runs-on: windows-2016
149149
steps:
150150
- name: Set up Go 1.13.12
151151
uses: actions/setup-go@v1

0 commit comments

Comments
 (0)