From e0d78364ffc9ea781cf09d85f26506c668f609e7 Mon Sep 17 00:00:00 2001 From: devfive Date: Tue, 1 Sep 2026 14:23:09 +0900 Subject: [PATCH] Run CI on GitHub-hosted runners --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf2a7d6..8a69369 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,7 @@ concurrency: jobs: ci: name: Check - # Self-hosted Linux. The repository is private, so there is no fork-PR - # code-execution exposure. Kept as a single job because the runner pool is - # one machine -- separate jobs would serialise anyway and pay checkout and - # toolchain setup costs repeatedly. - runs-on: [self-hosted, Linux] + runs-on: ubuntu-latest timeout-minutes: 45 steps: