exclude mac from coveralls

This commit is contained in:
sneakers-the-rat 2024-07-31 16:20:22 -07:00
parent 528c1f57dc
commit 886cc893d8
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -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