From 30fd7fb70c0695597ddbd303ab6cf0548d44291e Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 14 Jun 2024 14:39:53 -0400 Subject: [PATCH] chore: disable rosetta --- .github/workflows/ci.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 23b800d2..b33623a2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,12 @@ jobs: runs-on: ${{ matrix.system }} strategy: matrix: - system: [x86_64-linux, aarch64-darwin, x86_64-darwin] + system: [ + x86_64-linux, + aarch64-darwin + # See https://github.com/juspay/services-flake/issues/231 + # x86_64-darwin + ] steps: - uses: actions/checkout@v4 - run: nixci build --systems "github:nix-systems/${{ matrix.system }}"