diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b35ffdb..ad01aff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,7 @@ jobs: strategy: matrix: version: [1.21] - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, macos-latest] name: Build runs-on: ${{ matrix.os }} steps: