From 73e0af5d2e9a55312f107429ecfb8d45bedd1d6e Mon Sep 17 00:00:00 2001 From: Aiden Date: Wed, 6 May 2026 12:12:08 +1000 Subject: [PATCH] Update ci.yml --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fa19e42..df7469e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: native-windows: name: Native Windows Build And Tests - runs-on: windows-2022 + runs-on: windows-latest steps: - name: Checkout @@ -88,7 +88,7 @@ jobs: package-windows: name: Windows Release Package - runs-on: windows-2022 + runs-on: windows-latest needs: - native-windows - ui-ubuntu