From 93d0da3496e8e00644a50843af3b7417558dedb4 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Wed, 12 Nov 2025 07:01:51 +1100 Subject: [PATCH] chore: use self-hosted runner for Linux 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 368cdb0..92bf2ce 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -31,7 +31,7 @@ jobs: path: release/*.exe build-linux: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout code uses: actions/checkout@v4