Target Windows Gitea runner label
Some checks failed
OfficeCom Sentinel Client / validate-client (push) Successful in 25s
OfficeCom Sentinel Client / build-client-windows (push) Has been cancelled

This commit is contained in:
OfficeCom Codex
2026-07-25 02:43:12 +02:00
parent 8bc1d78fc9
commit e01aa3dce3

View File

@@ -34,7 +34,7 @@ jobs:
build-client-windows:
needs: validate-client
if: startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'workflow_dispatch' && inputs.build_windows == 'true')
runs-on: windows
runs-on: windows:host
steps:
- name: Checkout
uses: actions/checkout@v4