From 09e01a720ccdc5502b2ef0e1ec9ea4b0b44228e3 Mon Sep 17 00:00:00 2001 From: kerthcet Date: Mon, 3 Aug 2026 13:07:04 +0100 Subject: [PATCH] remove the intel for mac Signed-off-by: kerthcet --- .github/workflows/release.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a11bad6..689e788 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,9 +27,10 @@ jobs: - runner: ubuntu-22.04-arm target: aarch64-unknown-linux-musl asset: sandd-linux-arm64 - - runner: macos-13 - target: x86_64-apple-darwin - asset: sandd-darwin-amd64 + # No Intel-mac (x86_64-apple-darwin) leg: GitHub is retiring the + # macos-13 (Intel) runners, so that job queues indefinitely and — with + # `release` gated on `needs: build` — blocks the whole release from + # publishing. Apple Silicon (macos-14/arm64) covers modern Macs. - runner: macos-14 target: aarch64-apple-darwin asset: sandd-darwin-arm64