From 886cc893d8e5778017d03a4aded4b42bdd23709b Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Wed, 31 Jul 2024 16:20:22 -0700 Subject: [PATCH] exclude mac from coveralls --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f86d8ba..63979cb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,6 +51,7 @@ jobs: - name: Coveralls Parallel uses: coverallsapp/github-action@v2.3.0 + if: runner.os != 'macOS' with: flag-name: run-${{ join(matrix.*, '-') }} parallel: true