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:
@@ -6,8 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-windows-client:
|
build-windows-client:
|
||||||
name: Build Windows Client
|
name: Build Windows Client
|
||||||
runs-on:
|
runs-on: ubuntu-latest
|
||||||
- linux
|
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user