diff --git a/.github/workflows/main_windows.yml b/.github/workflows/main_windows.yml index 563dd3b4..308b143e 100644 --- a/.github/workflows/main_windows.yml +++ b/.github/workflows/main_windows.yml @@ -7,7 +7,7 @@ on: - "releases/*" jobs: build-and-test: - runs-on: windows-latest + runs-on: windows-2019 steps: - name: Git checkout uses: actions/checkout@v2