File tree Expand file tree Collapse file tree 4 files changed +251
-46
lines changed
Expand file tree Collapse file tree 4 files changed +251
-46
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments