Change runner to self-hosted for Windows build

This commit is contained in:
OX1N
2026-01-13 22:28:57 +01:00
committed by GitHub
parent f9901f2f74
commit 8716b21eb1

View File

@@ -61,7 +61,7 @@ jobs:
build-for-windows-flutter:
name: Build Windows
needs: [build-RustDeskTempTopMostWindow, generate-bridge]
runs-on: ${{ matrix.job.os }}
runs-on: self-hosted
strategy:
fail-fast: false
matrix: