From 7406506fc2a3f35717261a73ac4071f1cf45fb90 Mon Sep 17 00:00:00 2001 From: Arctis_Fireblight <6182060+Arctis-Fireblight@users.noreply.github.com> Date: Fri, 15 May 2026 22:11:58 -0500 Subject: [PATCH] CI: Update Windows runners to `windows-2022` in GitHub Actions workflows --- .github/workflows/ci-cmake.yml | 4 ++-- .github/workflows/ci-scons.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cmake.yml b/.github/workflows/ci-cmake.yml index b39fba9..7ddf4a9 100644 --- a/.github/workflows/ci-cmake.yml +++ b/.github/workflows/ci-cmake.yml @@ -50,7 +50,7 @@ jobs: run-tests: false - name: 🏁 Windows (x86_64, MSVC) - os: windows-2019 + os: windows-2022 platform: windows compiler: msvc build-flags: --config Release @@ -59,7 +59,7 @@ jobs: run-tests: false - name: 🏁 Windows (x86_64, MinGW, Ninja) - os: windows-2019 + os: windows-2022 platform: windows compiler: mingw config-flags: diff --git a/.github/workflows/ci-scons.yml b/.github/workflows/ci-scons.yml index d151aec..a9baee4 100644 --- a/.github/workflows/ci-scons.yml +++ b/.github/workflows/ci-scons.yml @@ -41,7 +41,7 @@ jobs: cache-name: linux-x86_64-f64 - name: 🏁 Windows (x86_64, MSVC) - os: windows-2019 + os: windows-2022 platform: windows artifact-name: redot-cpp-windows-msvc2019-x86_64-release artifact-path: bin/libredot-cpp.windows.template_release.x86_64.lib @@ -49,7 +49,7 @@ jobs: cache-name: windows-x86_64-msvc - name: 🏁 Windows (x86_64, MinGW) - os: windows-2019 + os: windows-2022 platform: windows artifact-name: redot-cpp-linux-mingw-x86_64-release artifact-path: bin/libredot-cpp.windows.template_release.x86_64.a