mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-12 04:01:15 +03:00
revert CI to use windows 2019 image
This commit is contained in:
parent
0e1cb72126
commit
24939d3808
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cd.yaml
vendored
2
.github/workflows/cd.yaml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue