Skip to content

Commit 85bd59c

Browse files
committed
Auto merge of rust-lang#131362 - Kobzol:ci-free-runners-linux-4c, r=<try>
CI: use free runners for 4-core Linux jobs It looks like the [free runners](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories) already have the same spec as the `4c` custom "large" runner (4 cores, 16 GiB of memory, Ubuntu 20.04). try-job: dist-various-1
2 parents 0321e73 + 16d6cab commit 85bd59c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ jobs:
104104
with:
105105
fetch-depth: 2
106106

107+
- name: Free Disk Space (Ubuntu)
108+
uses: jlumbroso/free-disk-space@main
109+
107110
# Rust Log Analyzer can't currently detect the PR number of a GitHub
108111
# Actions build on its own, so a hint in the log message is needed to
109112
# point it in the right direction.

src/ci/github-actions/jobs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runners:
55
env: { }
66

77
- &job-linux-4c
8-
os: ubuntu-20.04-4core-16gb
8+
os: ubuntu-20.04
99
<<: *base-job
1010

1111
- &job-linux-8c

0 commit comments

Comments
 (0)