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 90e6478 commit c00039bCopy full SHA for c00039b
.github/workflows/post-release.yml
@@ -68,7 +68,7 @@ jobs:
68
rust: stable
69
target: aarch64-apple-darwin
70
- build: win-msvc
71
- os: windows-2019
+ os: windows-2022
72
73
target: x86_64-pc-windows-msvc
74
runs-on: ${{ matrix.os }}
@@ -97,7 +97,7 @@ jobs:
97
mkdir -p "$staging"/{complete,doc}
98
cp {README.md,LICENSE-*} "$staging/"
99
cp CHANGELOG.md "$staging/doc/"
100
- if [ "${{ matrix.os }}" = "windows-2019" ]; then
+ if [ "${{ matrix.os }}" = "windows-2022" ]; then
101
cp "target/${{ matrix.target }}/release/${{ env.BIN_NAME }}.exe" "$staging/"
102
ls -l "$staging"
103
cd "$staging"
0 commit comments