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