Skip to content

Commit 5235d6e

Browse files
test: use ubuntu-latest runners for fork testing
1 parent eef28e9 commit 5235d6e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
needs.validate.outputs.IS_AUTHORIZED == 'true'
2727
&& github.event.pull_request.draft != true
2828
&& !contains(github.event.pull_request.title, 'Revert')
29-
runs-on: blacksmith-2vcpu-ubuntu-2404
29+
runs-on: ubuntu-latest
3030
env:
3131
PR_NUMBER: ${{ github.event.pull_request.number }}
3232
ALLOWED_RULES_FILE: ${{ runner.temp }}/allowed-rules.txt

.github/workflows/contributorValidationGate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
check:
29-
runs-on: blacksmith-2vcpu-ubuntu-2404
29+
runs-on: ubuntu-latest
3030
outputs:
3131
IS_AUTHORIZED: ${{ steps.gate.outputs.IS_AUTHORIZED }}
3232
steps:

0 commit comments

Comments
 (0)