diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6dc27f123465..5eb2c26ddfdd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,6 +104,9 @@ jobs: with: fetch-depth: 2 + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + # 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 # point it in the right direction. diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 4bbebbc469799..fd37ec5dbda42 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -5,7 +5,7 @@ runners: env: { } - &job-linux-4c - os: ubuntu-20.04-4core-16gb + os: ubuntu-20.04 <<: *base-job - &job-linux-8c