From d8b1769de8dec15002990c5dcb25ca4b345552ed Mon Sep 17 00:00:00 2001 From: Jack Slater <903791+NuclearMonster@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:06:35 -1000 Subject: [PATCH] Update build.yml to replace deprecated windows-2019 with windows-2022 GitHub is ending support for the windows-2019 runner image and windows-2022 will be the minimum supported version by the end of June, 2025. We need to update before this date. More information about this change is here: https://github.com/actions/runner-images/issues/12045 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4238a1b4..9cd96322 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: path: build/*.zip windows: name: Windows - runs-on: windows-2019 + runs-on: windows-2022 steps: - uses: actions/checkout@v4 - name: Compile