From be5d8575790bf698954e886f652484c6cd1a149d Mon Sep 17 00:00:00 2001 From: sadiq khan Date: Tue, 26 May 2026 12:28:28 +0530 Subject: [PATCH] ci: use ubuntu-latest for claude-pr-test Drops the org-only ubuntu-latest-m label so the job is always picked up on the default-tier runner pool. Fastify + Playwright Chromium fit in a 4-CPU runner with room to spare. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/claude-pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-pr-test.yml b/.github/workflows/claude-pr-test.yml index b5c8198..0a15e52 100644 --- a/.github/workflows/claude-pr-test.yml +++ b/.github/workflows/claude-pr-test.yml @@ -28,7 +28,7 @@ jobs: (github.event.action == 'labeled' && github.event.label.name == 'test') || (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'test')) ) - runs-on: ubuntu-latest-m + runs-on: ubuntu-latest timeout-minutes: 25 permissions: contents: write