diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-02-06 15:13:40 +0100 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-02-06 15:13:40 +0100 |
| commit | 0d9cb9c01da0eeca152524e5428398eebf5c9bc9 (patch) | |
| tree | e43935d8ead54c67ef43d78c0cbbe2f9c1c27ac9 /src/ci/github-actions | |
| parent | 59588250ad973ce69bd15879314c9769e65f36b3 (diff) | |
| download | rust-0d9cb9c01da0eeca152524e5428398eebf5c9bc9.tar.gz rust-0d9cb9c01da0eeca152524e5428398eebf5c9bc9.zip | |
ci: use ubuntu 24 for x86 large runners
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 58a9eb69666..6d7607bb8f8 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -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 |
