diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 437885c6..434e9741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: needs: [lint, test] strategy: matrix: - environment: [ubuntu-latest, macos-latest, windows-latest] + environment: [ubuntu-latest, macos-latest, windows-2019] runs-on: ${{ matrix.environment }} steps: