Skip to content

Commit

Permalink
Scale down runners for linting (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
muzuke authored Feb 24, 2025
1 parent 2e5276d commit e3b71f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
( github.event.pull_request.draft == false && github.event.action == 'synchronize' ) ||
( github.event.action == 'ready_for_review' ) ||
( github.event_name == 'push' && github.ref == 'refs/heads/main' )
runs-on: macos-15-xlarge
runs-on: macos-15

steps:
- uses: RDXWorks-actions/checkout@main
Expand Down

0 comments on commit e3b71f6

Please sign in to comment.