chore: use self-hosted runner for Windows builds

This commit is contained in:
2025-11-12 06:54:40 +11:00
parent acf4b8d8b7
commit 953c22bec3

View File

@@ -8,7 +8,7 @@ on:
jobs:
build-windows:
runs-on: windows-latest
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4