From 60215984460a3338d3c31ab1e9c5fb5ff9311b35 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:06:42 +0100 Subject: [PATCH] ci: use ubuntu 22 for free arm runners --- src/ci/github-actions/jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 58a9eb6966651..92458bfaa3479 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -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-24.04-arm + os: ubuntu-22.04-arm - &job-aarch64-linux-8c os: ubuntu-22.04-arm64-8core-32gb