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.
This commit is contained in:
2026-03-18 10:49:15 +01:00
parent 420dde247e
commit 19d89047f0

View File

@@ -6,8 +6,7 @@ on:
jobs:
build-windows-client:
name: Build Windows Client
runs-on:
- linux
runs-on: ubuntu-latest
defaults:
run: