From 7b90c9c74d0cc9d964e1a2bdd31b7d49d7bc8555 Mon Sep 17 00:00:00 2001 From: Will Tyler Date: Thu, 4 Jun 2026 06:49:53 -0400 Subject: [PATCH] ci: drop Intel macOS (osx-x64) from release matrix GitHub macos-13 Intel runners are heavily queue-constrained and were blocking the entire release. Apple Silicon (osx-arm64) covers all Macs since 2020, so drop the Intel leg rather than gate releases on flaky runner capacity. README macOS download updated accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/release.yml | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b287c11..f2dda9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,6 @@ jobs: rid: win-x64 - os: macos-latest rid: osx-arm64 - - os: macos-13 - rid: osx-x64 - os: ubuntu-latest rid: linux-x64 runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index ad93727..2d8f529 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Download `EftViewer-vX.X.X-win-x64.zip`, extract, and run `EftViewer.Desktop.exe ### macOS -Download `EftViewer-vX.X.X-osx-arm64.zip` (Apple Silicon) or `EftViewer-vX.X.X-osx-x64.zip` (Intel), extract, then: +Download `EftViewer-vX.X.X-osx-arm64.zip` (Apple Silicon), extract, then: ```bash chmod +x EftViewer.Desktop