From e87368157dde00ae3c4bfc80d0bff1f21ae777cc Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Wed, 30 Dec 2020 17:46:17 +0200 Subject: [PATCH] Update go.yml (#1330) --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 97c24090f..b10b6f049 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-16.04, windows-2019, macos-10.15 ] + os: [ ubuntu-16.04, macos-10.15 ] name: Testing on on ${{ matrix.os }} steps: