Skip to content

Commit c00039b

Browse files
committed
chore(ci): Update from windows-2019
1 parent 90e6478 commit c00039b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/post-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
rust: stable
6969
target: aarch64-apple-darwin
7070
- build: win-msvc
71-
os: windows-2019
71+
os: windows-2022
7272
rust: stable
7373
target: x86_64-pc-windows-msvc
7474
runs-on: ${{ matrix.os }}
@@ -97,7 +97,7 @@ jobs:
9797
mkdir -p "$staging"/{complete,doc}
9898
cp {README.md,LICENSE-*} "$staging/"
9999
cp CHANGELOG.md "$staging/doc/"
100-
if [ "${{ matrix.os }}" = "windows-2019" ]; then
100+
if [ "${{ matrix.os }}" = "windows-2022" ]; then
101101
cp "target/${{ matrix.target }}/release/${{ env.BIN_NAME }}.exe" "$staging/"
102102
ls -l "$staging"
103103
cd "$staging"

0 commit comments

Comments
 (0)