Skip to content

Commit

Permalink
Use a larger runner for the release process (#446)
Browse files Browse the repository at this point in the history
This has been failing repeatedly due to disk space, the hope is that
this resolves it
  • Loading branch information
zanieb authored Dec 19, 2024
1 parent 2b014a8 commit 47cc679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
release:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
runs-on: ubuntu-latest-large
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 47cc679

Please sign in to comment.