From 8938e7e4e3bdcc12c25dc5e542e65880c73d9369 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Tue, 24 Jun 2025 14:47:40 -0500 Subject: [PATCH] Update CI to use `windows-2022` --- .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 26a99508..7d5e7731 100644 --- a/.github/workflows/ci-cmake.yml +++ b/.github/workflows/ci-cmake.yml @@ -41,7 +41,7 @@ jobs: run-tests: true - name: 🏁 Windows (x86_64, MSVC) - os: windows-2019 + os: windows-2022 platform: windows compiler: msvc build-flags: --config Release @@ -50,7 +50,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 ce81df93..37b4ce39 100644 --- a/.github/workflows/ci-scons.yml +++ b/.github/workflows/ci-scons.yml @@ -34,7 +34,7 @@ jobs: cache-name: linux-x86_64 - name: 🏁 Windows (x86_64, MSVC) - os: windows-2019 + os: windows-2022 platform: windows artifact-name: godot-cpp-windows-msvc2019-x86_64-release artifact-path: bin/libgodot-cpp.windows.template_release.x86_64.lib @@ -42,7 +42,7 @@ jobs: cache-name: windows-x86_64-msvc - name: 🏁 Windows (x86_64, MinGW) - os: windows-2019 + os: windows-2022 platform: windows artifact-name: godot-cpp-linux-mingw-x86_64-release artifact-path: bin/libgodot-cpp.windows.template_release.x86_64.a