From c54d49d7135466e25f0781486067ea9c38b42dec Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 29 Aug 2025 10:57:47 -0400 Subject: [PATCH] ci: Linux only --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 215418a..111c7f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,8 @@ jobs: runs-on: ${{ matrix.system }} strategy: matrix: - system: [x86_64-linux, aarch64-darwin, aarch64-linux] + # system: [x86_64-linux, aarch64-darwin, aarch64-linux] + system: [x86_64-linux] steps: - uses: actions/checkout@v4 - run: om ci run --systems "${{ matrix.system }}"