Skip to content

Commit

Permalink
Scale down runners for linting (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
muzuke authored Feb 21, 2025
1 parent 3e4786f commit 3cbd563
Show file tree
Hide file tree
Showing 71 changed files with 154 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,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
Loading

0 comments on commit 3cbd563

Please sign in to comment.