Skip to content

Commit 24939d3

Browse files
committed
revert CI to use windows 2019 image
1 parent 0e1cb72 commit 24939d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
windows-release:
5252
name: Windows Release
53-
runs-on: windows-latest
53+
runs-on: windows-2019
5454
env:
5555
ROARING_ARCH: x86-64-v2
5656
steps:

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
windows-tests:
2727
name: Windows Tests
28-
runs-on: windows-latest
28+
runs-on: windows-2019
2929
env:
3030
ROARING_ARCH: x86-64-v2
3131
steps:

0 commit comments

Comments
 (0)