Skip to content

Commit 0bf70c6

Browse files
authored
Merge pull request #2 from mimblewimble/master
GitHub ci/cd fix (mimblewimble#3815)
2 parents f0283d2 + dc6f8d2 commit 0bf70c6

File tree

4 files changed

+251
-46
lines changed

4 files changed

+251
-46
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
windows-release:
7575
name: Windows Release
76-
runs-on: windows-2019
76+
runs-on: windows-2022
7777
env:
7878
ROARING_ARCH: x86-64-v2
7979
steps:
@@ -95,4 +95,4 @@ jobs:
9595
with:
9696
files: |
9797
target/release/grin-${{ github.ref_name }}-win-x86_64.zip
98-
target/release/grin-${{ github.ref_name }}-win-x86_64-sha256sum.txt
98+
target/release/grin-${{ github.ref_name }}-win-x86_64-sha256sum.txt

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525

2626
windows-tests:
2727
name: Windows Tests
28-
runs-on: windows-2019
28+
runs-on: windows-2022
2929
env:
3030
ROARING_ARCH: x86-64-v2
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v3
3434
- name: Tests
35-
run: cargo test --release --all
35+
run: cargo test --release --all

0 commit comments

Comments
 (0)