Skip to content

Commit cb31a41

Browse files
committed
Update Windows CI runner from windows-2019 to windows-2022
Fixes CI/CD failures due to Windows Server 2019 retirement on 2025-06-30. See actions/runner-images#12045
1 parent 2169fcd commit cb31a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
target: x86_64-unknown-linux-gnu
2929
cross: false
3030
- build: x86_64-windows
31-
os: windows-2019
31+
os: windows-2022
3232
rust: stable
3333
target: x86_64-pc-windows-msvc
3434
cross: false
@@ -69,7 +69,7 @@ jobs:
6969
shell: bash
7070
run: |
7171
mkdir dist
72-
if [ "${{ matrix.os }}" = "windows-2019" ]; then
72+
if [ "${{ matrix.os }}" = "windows-2022" ]; then
7373
cp "target/${{ matrix.target }}/release/$BIN_NAME.exe" "dist/"
7474
else
7575
cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"

0 commit comments

Comments
 (0)