Update runner to self-hosted for Windows Sciter job

Changed the runner for the Windows Sciter job to self-hosted.
This commit is contained in:
OX1N
2026-01-13 22:26:21 +01:00
committed by GitHub
parent f9901f2f74
commit 7ba06723e6

View File

@@ -48,7 +48,7 @@ env:
jobs:
build-for-windows-sciter:
name: ${{ matrix.job.target }} (${{ matrix.job.os }})
runs-on: ${{ matrix.job.os }}
runs-on: self-hosted
# Temporarily disable this action due to additional test is needed.
# if: false
strategy: