diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b250e85..4173cde 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: go-version: [1.17.x, 1.18.x] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: