diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-03-04 10:01:00 +0100 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2025-03-04 10:01:00 +0100 |
| commit | 69c46515edc86dea961e1565ee2b34311ddaeb35 (patch) | |
| tree | 359480f85ef129dc7eae91d310272a29951207ff /src/ci/github-actions | |
| parent | fd17deacce374a4185c882795be162e17b557050 (diff) | |
| download | rust-69c46515edc86dea961e1565ee2b34311ddaeb35.tar.gz rust-69c46515edc86dea961e1565ee2b34311ddaeb35.zip | |
ci: use ubuntu 24 on arm large runner
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 1504e5c60ce..69a39b6eec2 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 |
