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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user