From 124db82a0cabe44df48e1dc8646c2ac315dce51e Mon Sep 17 00:00:00 2001 From: devsyncwrld Date: Tue, 1 Sep 2026 14:00:12 -0300 Subject: [PATCH] ci: drop the macOS build from the release matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0de0122..3b2ae341 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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