From fad87288f8c26b7fcb65be1c010432565ff44cbc Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Wed, 22 Jul 2020 15:42:27 -0500 Subject: [PATCH] switching to windows-2016 latest is breaking due to wsl conflict with bash Signed-off-by: Mike Brown --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce2ef5c70..bb4af88ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: test-windows: name: Build and CRI Test (Windows amd64) - runs-on: windows-latest + runs-on: windows-2016 steps: - name: Set up Go 1.13.12 uses: actions/setup-go@v1