diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2025-01-29 15:29:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-29 15:29:37 +0100 |
| commit | 936554756b4b04033ede1f66088fc43323953beb (patch) | |
| tree | 6e2914f77f45443843dc86121d62efb26f928291 /src/ci/github-actions | |
| parent | bdb55902255670975b5f6358aa783605fafa6bdf (diff) | |
| parent | 6509596dd7c663ea2b72c5c92ae025a8d585c476 (diff) | |
| download | rust-936554756b4b04033ede1f66088fc43323953beb.tar.gz rust-936554756b4b04033ede1f66088fc43323953beb.zip | |
Rollup merge of #136192 - marcoieni:remove-windows-unused-runner, r=Kobzol
ci: remove unused windows runner
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 4c4863e2b4b..c6bc19f9e6c 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -43,10 +43,6 @@ runners: os: windows-2022-8core-32gb <<: *base-job - - &job-windows-16c - os: windows-2022-16core-64gb - <<: *base-job - - &job-aarch64-linux # Free some disk space to avoid running out of space during the build. free_disk: true |
