From 82caff531fee2869a55e881202efb8dbe8846579 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Fri, 5 Sep 2025 10:20:41 -0700 Subject: [PATCH] preparing for v1.48.0 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 389b9c3..27e1f98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,8 @@ jobs: run: make ubuntu-arm64 - name: Run tests run: make tests + env: + CARGO_BUILD_JOBS: 1 macos-arm64: name: macOS arm64