Auto merge of #136571 - marcoieni:ubuntu-24-large-runners, r=Mark-Simulacrum

ci: use ubuntu 24 for x86 large runners

try-job: dist-powerpc64le-linux
try-job: x86_64-gnu-debug
try-job: dist-arm-linux
try-job: x86_64-fuchsia
try-job: x86_64-gnu-distcheck
try-job: dist-x86_64-linux
try-job: dist-x86_64-linux-alt
This commit is contained in:
bors 2025-02-11 13:06:54 +00:00
commit 8c61cd4df8

View file

@ -12,15 +12,15 @@ runners:
# Large runner used mainly for its bigger disk capacity
- &job-linux-4c-largedisk
os: ubuntu-22.04-4core-16gb
os: ubuntu-24.04-4core-16gb
<<: *base-job
- &job-linux-8c
os: ubuntu-22.04-8core-32gb
os: ubuntu-24.04-8core-32gb
<<: *base-job
- &job-linux-16c
os: ubuntu-22.04-16core-64gb
os: ubuntu-24.04-16core-64gb
<<: *base-job
- &job-macos-xl