GitHub ci/cd fix (#3815)

* cd: windows-latest

* ci: windows-latest

* ci: windows-2022

* cd: windows-2022

* build: update built lib
This commit is contained in:
ardocrat
2025-11-22 17:56:35 +03:00
committed by GitHub
parent cda55ce6fc
commit dc6f8d2520
4 changed files with 251 additions and 46 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ jobs:
windows-release:
name: Windows Release
runs-on: windows-2019
runs-on: windows-2022
env:
ROARING_ARCH: x86-64-v2
steps:
@@ -95,4 +95,4 @@ jobs:
with:
files: |
target/release/grin-${{ github.ref_name }}-win-x86_64.zip
target/release/grin-${{ github.ref_name }}-win-x86_64-sha256sum.txt
target/release/grin-${{ github.ref_name }}-win-x86_64-sha256sum.txt
+2 -2
View File
@@ -25,11 +25,11 @@ jobs:
windows-tests:
name: Windows Tests
runs-on: windows-2019
runs-on: windows-2022
env:
ROARING_ARCH: x86-64-v2
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Tests
run: cargo test --release --all
run: cargo test --release --all