ci: drop the macOS build from the release matrix
OpenSSF Scorecard / Scorecard analysis (push) Waiting to run
CI / Build & test (Node 20) (push) Canceled after 0s
CI / Build & test (Node 24) (push) Canceled after 0s
CI / Build & test (push) Canceled after 0s
CodeQL / Analyze (javascript-typescript) (push) Canceled after 0s
Security / Secret scan (gitleaks) (push) Canceled after 0s
Security / Dependency scan (OSV-Scanner) (push) Canceled after 0s
Security / IaC/config scan (Trivy) (push) Canceled after 0s
Security / License compliance scan (Trivy) (push) Canceled after 0s
OpenSSF Scorecard / Scorecard analysis (push) Waiting to run
CI / Build & test (Node 20) (push) Canceled after 0s
CI / Build & test (Node 24) (push) Canceled after 0s
CI / Build & test (push) Canceled after 0s
CodeQL / Analyze (javascript-typescript) (push) Canceled after 0s
Security / Secret scan (gitleaks) (push) Canceled after 0s
Security / Dependency scan (OSV-Scanner) (push) Canceled after 0s
Security / IaC/config scan (Trivy) (push) Canceled after 0s
Security / License compliance scan (Trivy) (push) Canceled after 0s
Nobody in this group runs macOS, and on a private repository the macOS runner bills at 10x — it was the most expensive platform in the matrix, compiled on every tag for zero users. This edits a file inherited from upstream, so it will conflict on merges. That is the accepted cost: the alternative is paying for a macOS build indefinitely.
This commit is contained in:
@@ -14,9 +14,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
# macOS — universal build (arm64 + x64) on Apple Silicon runner
|
||||
- os: macos-latest
|
||||
args: --mac --arm64 --x64
|
||||
# macOS removido neste fork: ninguém do grupo usa, e o runner macOS
|
||||
# é cobrado a 10x num repositório privado — era a plataforma mais cara
|
||||
# da matriz, compilada em toda tag para zero usuários.
|
||||
# Windows — x64 + arm64 on x64 runner.
|
||||
# Pinned to windows-2022 (VS 2022 / v17): the windows-latest image
|
||||
# ships VS "18", which the node-gyp bundled with electron-rebuild
|
||||
|
||||
Reference in New Issue
Block a user