We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ece75c commit 2e03783Copy full SHA for 2e03783
.github/workflows/post-release.yml
@@ -72,7 +72,7 @@ jobs:
72
rust: stable
73
target: aarch64-apple-darwin
74
- build: win-msvc
75
- os: windows-2019
+ os: windows-2022
76
77
target: x86_64-pc-windows-msvc
78
runs-on: ${{ matrix.os }}
@@ -101,7 +101,7 @@ jobs:
101
mkdir -p "$staging"/doc
102
cp {README.md,LICENSE-*} "$staging/"
103
cp CHANGELOG.md "$staging/doc/"
104
- if [ "${{ matrix.os }}" = "windows-2019" ]; then
+ if [ "${{ matrix.os }}" = "windows-2022" ]; then
105
cp "target/${{ matrix.target }}/release/${{ env.BIN_NAME }}.exe" "$staging/"
106
ls -l "$staging"
107
cd "$staging"
0 commit comments