From 19d89047f03552a44e987dd21addb68c61635e69 Mon Sep 17 00:00:00 2001 From: nessi Date: Wed, 18 Mar 2026 10:49:15 +0100 Subject: [PATCH] refactor: switch Windows desktop client workflow from generic Linux to ubuntu-latest runner Replace generic linux runner label with ubuntu-latest to ensure consistent build environment and better compatibility with GitHub Actions ecosystem. --- .gitea/workflows/windows-desktop-client.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/windows-desktop-client.yml b/.gitea/workflows/windows-desktop-client.yml index 0aa64cc..7e4db74 100644 --- a/.gitea/workflows/windows-desktop-client.yml +++ b/.gitea/workflows/windows-desktop-client.yml @@ -6,8 +6,7 @@ on: jobs: build-windows-client: name: Build Windows Client - runs-on: - - linux + runs-on: ubuntu-latest defaults: run: