Skip to content

Commit b02be51

Browse files
more space, hopefully
1 parent 4ec4bf5 commit b02be51

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@ jobs:
1717
matrix:
1818
cachixName:
1919
- henriquekh
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121
steps:
2222
- name: Maximize build space
2323
uses: easimon/maximize-build-space@master
2424
with:
2525
swap-size-mb: 1024
26-
root-reserve-mb: 4096
26+
root-reserve-mb: 1024
2727
build-mount-path: /nix/store
2828
remove-dotnet: 'true'
2929
remove-android: 'true'
3030
remove-haskell: 'true'
3131
remove-codeql: 'true'
32+
remove-docker-images: 'true'
3233
- name: Checkout repository
3334
uses: actions/checkout@v5
3435
- name: Setup tmate session

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
id-token: write
2121
issues: write
2222
pull-requests: write
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
steps:
2525
- name: Maximize build space
2626
uses: easimon/maximize-build-space@master
2727
with:
2828
swap-size-mb: 1024
29-
root-reserve-mb: 4096
29+
root-reserve-mb: 1024
3030
build-mount-path: /nix/store
3131
remove-dotnet: 'true'
3232
remove-android: 'true'

0 commit comments

Comments
 (0)