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 4b631f0 commit 7c46acfCopy full SHA for 7c46acf
.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,docs/*} "$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