From 60437e2a5068227dc8d10a6ac66d66c1c526c1b6 Mon Sep 17 00:00:00 2001 From: AnnatarHe Date: Mon, 31 Aug 2026 22:30:49 +0800 Subject: [PATCH] ci(workflows): move Claude Code and Claude Code Review jobs from jp-arm-oracle to ubuntu-latest The self-hosted jp-arm-oracle runner is down, leaving these jobs queued indefinitely. Switch them to the GitHub-hosted ubuntu-latest runner. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_017sLELT63L4qrjvuM3BVq4o --- .github/workflows/claude-code-review.yml | 2 +- .github/workflows/claude.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 68f113e..8f7cee4 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -18,7 +18,7 @@ jobs: # github.event.pull_request.user.login == 'new-developer' || # github.event.pull_request.author_association == 'FIRST_TIME_CONTRIBUTOR' - runs-on: jp-arm-oracle + runs-on: ubuntu-latest permissions: contents: read pull-requests: read diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index e792443..6c87e9c 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -17,7 +17,7 @@ jobs: (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) || (github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) || (github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude'))) - runs-on: jp-arm-oracle + runs-on: ubuntu-latest permissions: contents: read pull-requests: read