summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorwsx99outlook <[email protected]>2025-12-04 04:30:00 +0000
committerGitHub <[email protected]>2025-12-03 22:30:00 -0600
commit6b80fff2bb4a6c82c9a327162e96906c4067ae90 (patch)
tree11efaaa568919bc71b538785a43ec6e55ed5164f
parent2e63fedb767069cbec4cebe8df84d4867712e967 (diff)
downloadopencode-6b80fff2bb4a6c82c9a327162e96906c4067ae90.tar.gz
opencode-6b80fff2bb4a6c82c9a327162e96906c4067ae90.zip
ci: use blacksmith runners in review workflow too (#5042)
-rw-r--r--.github/workflows/review.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml
index 32c7c7b11..0739d57c0 100644
--- a/.github/workflows/review.yml
+++ b/.github/workflows/review.yml
@@ -14,7 +14,7 @@ jobs:
(github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
startsWith(github.event.comment.body, '/review'))
- runs-on: ubuntu-latest
+ runs-on: blacksmith-4vcpu-ubuntu-2404
permissions:
contents: read
pull-requests: write