diff --git a/.gitea/workflows/client-build.yml b/.gitea/workflows/client-build.yml index 87c030e..e188586 100644 --- a/.gitea/workflows/client-build.yml +++ b/.gitea/workflows/client-build.yml @@ -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