Skip to content

Commit dc6f8d2

Browse files
authored
GitHub ci/cd fix (#3815)
* cd: windows-latest * ci: windows-latest * ci: windows-2022 * cd: windows-2022 * build: update built lib
1 parent cda55ce commit dc6f8d2

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)