Skip to content

Commit

Permalink
revert CI to use windows 2019 image
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Feb 2, 2024
1 parent 0e1cb72 commit 24939d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 24939d3

Please sign in to comment.