CI: switch 7 linux jobs to free runners

This commit is contained in:
MarcoIeni 2024-11-05 16:56:41 +01:00
parent 20c909ff9c
commit 02b34154fd
No known key found for this signature in database
2 changed files with 10 additions and 12 deletions

View file

@ -110,11 +110,7 @@ jobs:
# less disk space.
- name: free up disk space
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
if: contains(matrix.os, 'ubuntu')
with:
# Removing packages with APT saves ~5 GiB, but takes several
# minutes (and potentially removes important packages).
large-packages: false
if: matrix.free_disk
# Rust Log Analyzer can't currently detect the PR number of a GitHub
# Actions build on its own, so a hint in the log message is needed to