revert CI to use windows 2019 image

This commit is contained in:
Yeastplume 2024-02-02 09:34:27 +00:00
parent 0e1cb72126
commit 24939d3808
2 changed files with 2 additions and 2 deletions
.github/workflows

View file

@ -50,7 +50,7 @@ jobs:
windows-release:
name: Windows Release
runs-on: windows-latest
runs-on: windows-2019
env:
ROARING_ARCH: x86-64-v2
steps:

View file

@ -25,7 +25,7 @@ jobs:
windows-tests:
name: Windows Tests
runs-on: windows-latest
runs-on: windows-2019
env:
ROARING_ARCH: x86-64-v2
steps: