From d396dd1d962d2a73a74652eeef19c0cece1221eb Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:05:24 +0100 Subject: [PATCH] Lower ubuntu version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b5576b704a..bb54638cb18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: path: targets.txt build-SITL-Linux-arm64: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-22.04-arm steps: - uses: actions/checkout@v4 - name: Install dependencies