Skip to content

Commit 2e03783

Browse files
committed
chore(ci): Update from windows-2019
1 parent 0ece75c commit 2e03783

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
@@ -72,7 +72,7 @@ jobs:
7272
rust: stable
7373
target: aarch64-apple-darwin
7474
- build: win-msvc
75-
os: windows-2019
75+
os: windows-2022
7676
rust: stable
7777
target: x86_64-pc-windows-msvc
7878
runs-on: ${{ matrix.os }}
@@ -101,7 +101,7 @@ jobs:
101101
mkdir -p "$staging"/doc
102102
cp {README.md,LICENSE-*} "$staging/"
103103
cp CHANGELOG.md "$staging/doc/"
104-
if [ "${{ matrix.os }}" = "windows-2019" ]; then
104+
if [ "${{ matrix.os }}" = "windows-2022" ]; then
105105
cp "target/${{ matrix.target }}/release/${{ env.BIN_NAME }}.exe" "$staging/"
106106
ls -l "$staging"
107107
cd "$staging"

0 commit comments

Comments
 (0)