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: