Skip to content

Commit 8f4065f

Browse files
committed
reduce root reserved space for GA
1 parent 5cff74c commit 8f4065f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: startsWith(matrix.os, 'ubuntu')
2828
uses: easimon/maximize-build-space@master
2929
with:
30-
root-reserve-mb: 20480
30+
root-reserve-mb: 18000
3131
swap-size-mb: 1024
3232
remove-android: 'true'
3333
remove-haskell: 'true'

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: startsWith(matrix.os, 'ubuntu')
3030
uses: easimon/maximize-build-space@master
3131
with:
32-
root-reserve-mb: 19000
32+
root-reserve-mb: 18000
3333
swap-size-mb: 1024
3434
remove-android: 'true'
3535
remove-haskell: 'true'

0 commit comments

Comments
 (0)