-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
https://github.com/jsoref/codecov-action/actions/runs/8976017868
Annotations
7 errors and 3 warnings
run (macos-latest-xlarge) The job was not started because recent account payments have failed or your spending limit needs to be increased. Please check the 'Billing & plans' section in your settings. |
run (macos-latest) The job was canceled because "macos-latest-xlarge" failed. |
run (macos-latest) The operation was canceled. |
run (ubuntu-latest) The job was canceled because "macos-latest-xlarge" failed. |
run (ubuntu-latest) A task was canceled. |
run (windows-latest) The job was canceled because "macos-latest-xlarge" failed. |
run (windows-latest) The operation was canceled. |
codecov-action/.github/workflows/main.yml
Lines 5 to 8 in 5ecb98a
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
os: [macos-latest, windows-latest, ubuntu-latest, macos-latest-xlarge] |
This workflow is set to fail-fast which means either forks have to pony up to pay for xl mac runners or they can't build anything.
Instead of doing that, the xl mac runner should be in its own job (it can be the same file). You could use a reusable workflow (or an action) to share the actual steps.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working