diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-01-27 15:43:39 +0100 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-01-27 15:43:39 +0100 |
| commit | ff19f2f4c10d9d0a0b27e64aed8dfd8519458c13 (patch) | |
| tree | 4c75c1b90e3f21e10d5dd663106c7273f7366ba8 | |
| parent | 633a3fe36dd9a5196054dc3a61adbd3c61854dcf (diff) | |
| download | rust-ff19f2f4c10d9d0a0b27e64aed8dfd8519458c13.tar.gz rust-ff19f2f4c10d9d0a0b27e64aed8dfd8519458c13.zip | |
ci: use ubuntu 24 on free runners
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 7730d29d28f..f5690934338 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -5,7 +5,7 @@ runners: env: { } - &job-linux-4c - os: ubuntu-22.04 + os: ubuntu-24.04 # Free some disk space to avoid running out of space during the build. free_disk: true <<: *base-job @@ -50,7 +50,7 @@ runners: - &job-aarch64-linux # Free some disk space to avoid running out of space during the build. free_disk: true - os: ubuntu-22.04-arm + os: ubuntu-24.04-arm - &job-aarch64-linux-8c os: ubuntu-22.04-arm64-8core-32gb |
