diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b1b9c38..dfb93321 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: name: Build and test on Windows strategy: matrix: - os: [ windows-latest, windows-2019, windows-2017 ] + os: [ windows-latest, windows-2019 ] runs-on: ${{ matrix.os }} steps: - name: Checkout the repository