From bf5b158078d7458222a7f7b1951c48c1c21a036e Mon Sep 17 00:00:00 2001 From: Clement Delafargue Date: Mon, 1 Sep 2025 14:20:04 +0200 Subject: [PATCH] ci: use up-to-date windows image see https://github.com/actions/runner-images/issues/12045, windows-server-2019 has been retired. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c976d9b..739def6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: rust: nightly target: x86_64-apple-darwin - build: win-msvc - os: windows-2019 + os: windows-2025 rust: nightly target: x86_64-pc-windows-msvc #- build: win-gnu