Skip to content

Commit cb554c8

Browse files
authored
Use a larger runner again for the release (#733)
We need more disk space. Partially reverts a376f32 though I'm using an 8-core instead of 16-core runner and Depot instead of GitHub.
1 parent 281d116 commit cb554c8

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
@@ -25,7 +25,7 @@ jobs:
2525
name: Release
2626
env:
2727
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
runs-on: ubuntu-latest
28+
runs-on: depot-ubuntu-24.04-8
2929

3030
permissions:
3131
contents: write

0 commit comments

Comments
 (0)