From 391305b003fce1dfe3871bc143662273eb7483a1 Mon Sep 17 00:00:00 2001 From: Lukasz Gasior Date: Tue, 31 Mar 2026 12:47:11 +0200 Subject: [PATCH] Update CI runner to windows-2025 --- .github/workflows/add-artifacts-to-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-artifacts-to-release.yml b/.github/workflows/add-artifacts-to-release.yml index d9b690d549..67c992fea6 100644 --- a/.github/workflows/add-artifacts-to-release.yml +++ b/.github/workflows/add-artifacts-to-release.yml @@ -47,11 +47,11 @@ jobs: target: aarch64-unknown-linux-gnu zipname: 'arch-linux-aarch64' artifact: 'libcorerust.so' - - os: windows-2022 + - os: windows-2025 target: x86_64-pc-windows-msvc artifact: 'corerust.dll' zipname: 'arch-windows-x86_64-msvc' - - os: windows-2022 + - os: windows-2025 target: x86_64-pc-windows-gnu artifact: 'corerust.dll' zipname: 'arch-windows-x86_64-gnu'