Skip to content

Commit 58c6719

Browse files
Yoan MoscatelliTeddyAndrieux
authored andcommitted
⚡ Use self-hosted runners for builds requiring more disk space
(cherry picked from commit d120755)
1 parent b90201b commit 58c6719

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
skip: ${{ inputs.skip-devcontainer == true }}
4040

4141
build:
42-
runs-on: ubuntu-latest
42+
# Use our self hosted runner since the github ones have not enough disk space
43+
# (the disk is almost full even before building anything)
44+
runs-on: ubuntu-24.04-4core
4345
needs:
4446
- build-devcontainer
4547
container:

0 commit comments

Comments
 (0)