Skip to content

Commit

Permalink
ci: fix runner disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Feb 4, 2024
1 parent d35a681 commit 759588d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refresh_container_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 40960
root-reserve-mb: 32768
temp-reserve-mb: 4096
remove-dotnet: 'true'
remove-android: 'true'
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 40960
root-reserve-mb: 32768
temp-reserve-mb: 4096
remove-dotnet: 'true'
remove-android: 'true'
Expand Down

0 comments on commit 759588d

Please sign in to comment.