File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments