diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/coverage.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3e12f01b..b751eebc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -44,6 +44,9 @@ jobs: # Windows PyPy doesn't seem to work? - os: windows-latest python-version: "pypy3" + # Mac PyPy always takes the longest, and doesn't add anything. + - os: macos-latest + python-version: "pypy3" # If one job fails, stop the whole thing. fail-fast: true |
