diff options
| -rw-r--r-- | .github/workflows/win-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 637ca7e..8e9f2d5 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -2,7 +2,7 @@ name: Windows on: [push] jobs: msvc: - runs-on: windows-2016 + runs-on: windows-2019 defaults: run: shell: powershell @@ -41,7 +41,7 @@ jobs: env: ERROR_ON_FAILURES: 1 gcc: - runs-on: windows-2016 + runs-on: windows-2019 defaults: run: shell: bash |
