From acb8f1d4b943ef7811ea61cff345ef89ef6976fe Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 27 Jul 2025 17:00:58 -0400 Subject: [PATCH] ci: Disable mac --- .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 3673d55..ca6968a 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] + system: [x86_64-linux] steps: - uses: actions/checkout@v4 - run: om ci run --systems "${{ matrix.system }}"