Skip to content

Commit 47cc679

Browse files
authored
Use a larger runner for the release process (#446)
This has been failing repeatedly due to disk space, the hope is that this resolves it
1 parent 2b014a8 commit 47cc679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
release:
2727
env:
2828
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-latest-large
3030
steps:
3131
- uses: actions/checkout@v4
3232
with:

0 commit comments

Comments
 (0)