From 911fee055af16ec0635915ea048c3981195a2883 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Mon, 8 Sep 2025 13:40:30 +0200 Subject: [PATCH] ARM CI: Runners test Linux ARM Assembly + upgrade to Ubuntu 24.04 --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9553b5b0..3815bc5d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,11 +42,14 @@ jobs: ctt_backend: ASM host: ubuntu-latest - # ASM code for ARM Linux is not available yet - os: linux cpu: arm64 ctt_backend: NO_ASM - host: ubuntu-22.04-arm + host: ubuntu-24.04-arm + - os: linux + cpu: arm64 + ctt_backend: ASM + host: ubuntu-24.04-arm - os: windows cpu: amd64