diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47cd22f..a60be6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] steps: - name: Checkout code