Change runner to self-hosted for Windows job

This commit is contained in:
OX1N
2026-01-13 22:30:03 +01:00
committed by GitHub
parent f9901f2f74
commit cf8309be0e

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: