From ff1aaa94e90238cad084301930eb92163fc3f2b5 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 23 Apr 2026 03:20:29 +0000 Subject: [PATCH] ci: drop darwin-amd64 from release matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit macos-13 (Intel) runners are scarce — builds queue 5-10+ min, blocking every release. Apple Silicon since 2020; new Mac devs are all arm64. Intel Mac devs can 'go install' or build from source — they have Xcode CLT already. Rosetta 2 only translates x86→arm, not arm→x86, so darwin-arm64 binaries won't run on Intel Macs. That trade-off is acceptable for a developer-audience CLI tool. Follow-up: add linux-arm64 (Graviton / Pi) via ubuntu-22.04-arm runner. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af6bc0a..d29ff81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,10 +77,6 @@ jobs: goos: linux goarch: amd64 suffix: linux-amd64 - - runner: macos-13 - goos: darwin - goarch: amd64 - suffix: darwin-amd64 - runner: macos-latest goos: darwin goarch: arm64