From f88573ffd6ea8e67165c2ea2c6583d6d89abb8ec Mon Sep 17 00:00:00 2001 From: Konstantin Burkalev Date: Wed, 25 Jun 2025 14:20:09 +0300 Subject: [PATCH] chore(ci): Update the Windows image to use The windows-2019 runner image is being deprecated, consider switching to windows-2022(windows-latest) or windows-2025 instead. For more details see https://github.com/actions/runner-images/issues/12045. --- .github/workflows/publish.yml | 6 +++--- .github/workflows/rust-cubestore-master.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bc7c6c5d5b147..a4dd872146684 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -242,9 +242,9 @@ jobs: matrix: node-version: [22.x] python-version: ["fallback"] - os-version: [windows-2019] + os-version: [windows-2022] include: - - os-version: windows-2019 + - os-version: windows-2022 package_target_arch: x64 package_target_platform: win32 package_target_libc: unknown @@ -670,7 +670,7 @@ jobs: - aarch64-apple-darwin include: - target: x86_64-pc-windows-msvc - os: windows-2019 + os: windows-2022 executable_name: cubestored.exe strip: true # cubestored.exe: CantPackException: superfluous data between sections diff --git a/.github/workflows/rust-cubestore-master.yml b/.github/workflows/rust-cubestore-master.yml index bedc753f71297..3bfa05dda82d8 100644 --- a/.github/workflows/rust-cubestore-master.yml +++ b/.github/workflows/rust-cubestore-master.yml @@ -189,7 +189,7 @@ jobs: - x86_64-apple-darwin - aarch64-apple-darwin include: - - os: windows-2019 + - os: windows-2022 target: x86_64-pc-windows-msvc executable_name: cubestored.exe strip: true