From 836e23cbee08dc923ca7f21847f969f039d140e7 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 26 Jul 2025 21:57:45 -0400 Subject: [PATCH] ci: Remove arm linux --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 215418a..3673d55 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.system }} strategy: matrix: - system: [x86_64-linux, aarch64-darwin, aarch64-linux] + system: [x86_64-linux, aarch64-darwin] steps: - uses: actions/checkout@v4 - run: om ci run --systems "${{ matrix.system }}"