Skip to content

Commit 5999745

Browse files
committed
ci: Switch to justinthelaw/maximize-github-runner-space
1 parent f49634f commit 5999745

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/release-tag.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,11 @@ jobs:
1717
timeout-minutes: 90
1818
steps:
1919
- name: Maximize build space
20-
uses: easimon/maximize-build-space@v10
20+
uses: justinthelaw/maximize-github-runner-space@v0.8.0
2121
with:
22-
root-reserve-mb: 30720
23-
temp-reserve-mb: 10240
24-
swap-size-mb: 4096
25-
remove-dotnet: true
26-
remove-android: true
27-
remove-haskell: true
28-
remove-codeql: true
29-
remove-docker-images: true
22+
cleanup-profile: max
23+
skip-components: docker-engine,gh-cli
24+
swapfile-size: 4096MiB
3025
- name: Check branch
3126
run: echo "${{ github.ref_name }}" | grep -Pq '^release/v3\.\d+\.\d+$'
3227
- name: Get version

0 commit comments

Comments
 (0)