Commit 894940d17ac3b3c2310808275a8529b95409bf75
1 parent
1065bbb0
Temporarily require windows-2019 github runner
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/main.yml
| @@ -54,7 +54,7 @@ jobs: | @@ -54,7 +54,7 @@ jobs: | ||
| 54 | name: distribution | 54 | name: distribution |
| 55 | path: distribution | 55 | path: distribution |
| 56 | Windows: | 56 | Windows: |
| 57 | - runs-on: windows-latest | 57 | + runs-on: windows-2019 |
| 58 | needs: Prebuild | 58 | needs: Prebuild |
| 59 | strategy: | 59 | strategy: |
| 60 | fail-fast: false | 60 | fail-fast: false |