From 8717edb669b18a5fadc656085872f2cae01e871b Mon Sep 17 00:00:00 2001 From: shirou Date: Mon, 21 Mar 2022 01:13:53 +0000 Subject: [PATCH] remove Windows 2016 from tests. see https://github.com/actions/virtual-environments/issues/5238 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2990938c5..eef62b05e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: strategy: matrix: go-version: [1.16.x, 1.17.x] - os: [ubuntu-20.04, ubuntu-18.04, windows-2019, windows-2016, macOS-10.15, macos-11] + os: [ubuntu-20.04, ubuntu-18.04, windows-2019, macOS-10.15, macos-11] runs-on: ${{ matrix.os }} steps: - name: Install Go