Skip to content

Commit ce8acb4

Browse files
committed
Use Opus 4.6 model and Blacksmith 4vCPU runner
https://claude.ai/code/session_01V3YEJggEoR64vLxaJeBFpa
1 parent 1599aaa commit ce8acb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claude-easy-fixes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
easy-fix:
1313
name: "Pick and fix an easy issue"
14-
runs-on: ubuntu-latest
14+
runs-on: blacksmith-4vcpu-ubuntu-2404
1515
timeout-minutes: 60
1616

1717
steps:
@@ -153,4 +153,4 @@ jobs:
153153
- Title: "Fix #${{ steps.pick-issue.outputs.issue_number }}: ${{ steps.pick-issue.outputs.issue_title }}"
154154
- Body referencing the issue: "Fixes phpstan/phpstan#${{ steps.pick-issue.outputs.issue_number }}"
155155
- Include a description of the fix and what was wrong
156-
claude_args: "--model claude-sonnet-4-5-20250929 --max-turns 50"
156+
claude_args: "--model claude-opus-4-6 --max-turns 50"

0 commit comments

Comments
 (0)