From 953c22bec31f5eb099baee6bc03d3b381f0a972f Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Wed, 12 Nov 2025 06:54:40 +1100 Subject: [PATCH] chore: use self-hosted runner for Windows builds --- .github/workflows/build-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 8e08409..5d1e6e9 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -8,7 +8,7 @@ on: jobs: build-windows: - runs-on: windows-latest + runs-on: self-hosted steps: - name: Checkout code uses: actions/checkout@v4