diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9ea0414..42470f3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: go-version: [1.18.x, 1.21.x] - os: [ubuntu-latest, windows-latest,macos-11] + os: [ubuntu-latest, macos-11] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4