about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-01-29 16:18:29 +0000
committerbors <bors@rust-lang.org>2025-01-29 16:18:29 +0000
commit0cc4f4f7b81f88df6bdd54b41d4a0b1703fd014d (patch)
tree5020253fd4fc361c150401dcf6b564984145bfdb /src/ci/github-actions
parenta1d7676d6a8c6ff13f9165e98cc25eeec66cb592 (diff)
parentc941b1c5fc59a0fe4cfbf8867bc820bada06d21d (diff)
downloadrust-0cc4f4f7b81f88df6bdd54b41d4a0b1703fd014d.tar.gz
rust-0cc4f4f7b81f88df6bdd54b41d4a0b1703fd014d.zip
Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #133382 (Suggest considering casting fn item as fn pointer in more cases)
 - #136092 (Test pipes also when not running on Windows and Linux simultaneously)
 - #136190 (Remove duplicated code in RISC-V asm bad-reg test)
 - #136192 (ci: remove unused windows runner)
 - #136205 (Properly check that array length is valid type during built-in unsizing in index)
 - #136211 (Update mdbook to 0.4.44)
 - #136212 (Tweak `&mut self` suggestion span)
 - #136214 (Make crate AST mutation accessible for driver callback)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/jobs.yml4
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