Skip to content

Commit

Permalink
Move smasher test jobs to larger runners
Browse files Browse the repository at this point in the history
The culprit is pretty much the same -- insufficient disk space.
  • Loading branch information
arkid15r committed Sep 28, 2023
1 parent 3cd73b0 commit 82324dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ jobs:
IMAGES: migrations smasher
needs:
- test_base
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 82324dc

Please sign in to comment.