diff options
| author | Ralf Jung <post@ralfj.de> | 2025-02-02 15:46:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-02 15:46:53 +0000 |
| commit | cd13b44edef0e002bbee4d01c801d53654c30eb3 (patch) | |
| tree | ffbe8b28d2e8093dbe279aea665ac1794c552d95 /src/ci/github-actions | |
| parent | da5e2d7fc68a113c83607837d1ce192db643d256 (diff) | |
| parent | 2a519a459cb079e7626f225a2c3755e386ee97cd (diff) | |
| download | rust-cd13b44edef0e002bbee4d01c801d53654c30eb3.tar.gz rust-cd13b44edef0e002bbee4d01c801d53654c30eb3.zip | |
Merge pull request #4173 from RalfJung/rustup
Rustup
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 |
