diff options
| author | Ralf Jung <post@ralfj.de> | 2025-02-02 16:13:07 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-02-02 16:13:07 +0100 |
| commit | f034a1544193a91fc03ced4a047fe8a3fa857b81 (patch) | |
| tree | b29ab119ebbd418e0a932c83dfe488f0b3ce9f35 /src/ci/github-actions | |
| parent | bf69458973ae5fc249ec06406669f4e1f547d3d0 (diff) | |
| parent | 6dd75f0d6802f56564f5f9c947a85ded286d3986 (diff) | |
| download | rust-f034a1544193a91fc03ced4a047fe8a3fa857b81.tar.gz rust-f034a1544193a91fc03ced4a047fe8a3fa857b81.zip | |
Merge from rustc
Diffstat (limited to 'src/ci/github-actions')
| -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 9af88709625..37299a5a76b 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 |
