diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ed94e30a..a25b0dc1 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -14,7 +14,7 @@ concurrency: jobs: pythonbuild: if: ${{ github.repository_owner == 'indygreg' || github.event_name != 'schedule' }} - runs-on: 'windows-2019' + runs-on: 'windows-2022' steps: - uses: actions/checkout@v4