We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b71bc commit d120755Copy full SHA for d120755
.github/workflows/build.yaml
@@ -39,7 +39,9 @@ jobs:
39
skip: ${{ inputs.skip-devcontainer == true }}
40
41
build:
42
- runs-on: ubuntu-latest
+ # 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
45
needs:
46
- build-devcontainer
47
container:
0 commit comments