Commit 894940d17ac3b3c2310808275a8529b95409bf75

Authored by Jay Berkenbilt
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 54 name: distribution
55 55 path: distribution
56 56 Windows:
57   - runs-on: windows-latest
  57 + runs-on: windows-2019
58 58 needs: Prebuild
59 59 strategy:
60 60 fail-fast: false
... ...