From c8603ffaff6fd56064fd45275ae7fa8500b898ce Mon Sep 17 00:00:00 2001 From: Mohamed Elbahja Date: Sun, 31 Oct 2021 22:24:17 +0100 Subject: [PATCH] remove fucking windows support --- .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 3e9e15b..e85119c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: strategy: matrix: go-version: [1.17.x] - os: [ubuntu-latest, macos-latest, windows-2016] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - name: Install Go