From 62f1b7ca55642ebe3f1dc190dae87e57dc664060 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Thu, 7 Aug 2025 19:46:29 -0700 Subject: [PATCH] ci: bump windows runner image to 2022 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03c158f8..59354c17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: suffix: _portable file-end: .exe - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: Checkout repo