From 6ad32044ed12a090d692b35ec49aab0e9ed6596a Mon Sep 17 00:00:00 2001 From: mcbarton Date: Wed, 25 Mar 2026 13:19:53 +0000 Subject: [PATCH] [ci] Add Ubuntu arm jobs to ci --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc424a8..0ff0181 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,18 @@ jobs: llvm: 21 python: "3.14" runtime_cxx_standard: 20 + - os: ubuntu-24.04-arm + llvm: 20 + python: "3.12" + runtime_cxx_standard: 17 + - os: ubuntu-24.04-arm + llvm: 21 + python: "3.13" + runtime_cxx_standard: 20 + - os: ubuntu-24.04-arm + llvm: 21 + python: "3.14" + runtime_cxx_standard: 20 - os: macos-15 llvm: 20 python: "3.12"