Skip to content

Commit

Permalink
Auto merge of rust-lang#131362 - Kobzol:ci-free-runners-linux-4c, r=M…
Browse files Browse the repository at this point in the history
…ark-Simulacrum

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).
  • Loading branch information
bors committed Oct 7, 2024
2 parents baaf3e6 + e2a3c50 commit ea2efb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runners:
env: { }

- &job-linux-4c
os: ubuntu-20.04-4core-16gb
os: ubuntu-20.04
<<: *base-job

- &job-linux-8c
Expand Down

0 comments on commit ea2efb0

Please sign in to comment.