From e89da4a8d90811293db9a818fd76d94f48570869 Mon Sep 17 00:00:00 2001 From: Kyle Tse Date: Sun, 22 Feb 2026 20:55:14 +0000 Subject: [PATCH] ci: migrate all GitHub workflows to use self-hosted runner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7f1676..f0903d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: ci: - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64] steps: - uses: actions/checkout@v4