diff options
| author | Michael Goulet <michael@errs.io> | 2025-03-06 12:22:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-06 12:22:17 -0500 |
| commit | 59cd96770b1ed1d16b4be338fff83052ee7db854 (patch) | |
| tree | e16ca9a6f9c5b041b3e7a750e41929cf6a490093 /src/ci/github-actions | |
| parent | fe926384c1301f21014035a063ab7f9295329afc (diff) | |
| parent | 69c46515edc86dea961e1565ee2b34311ddaeb35 (diff) | |
| download | rust-59cd96770b1ed1d16b4be338fff83052ee7db854.tar.gz rust-59cd96770b1ed1d16b4be338fff83052ee7db854.zip | |
Rollup merge of #137798 - marcoieni:ubuntu-24-large-runner-arm, r=Kobzol
ci: use ubuntu 24 on arm large runner try-job: dist-aarch64-linux
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index bbcc01a0c29..6b88c26e3a2 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -54,7 +54,7 @@ runners: <<: *base-job - &job-aarch64-linux-8c - os: ubuntu-22.04-arm64-8core-32gb + os: ubuntu-24.04-arm64-8core-32gb <<: *base-job envs: env-x86_64-apple-tests: &env-x86_64-apple-tests |
