Skip to content

Commit f6a2bbe

Browse files
authored
remove the intel for mac (#32)
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent ae2ee84 commit f6a2bbe

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
- runner: ubuntu-22.04-arm
2828
target: aarch64-unknown-linux-musl
2929
asset: sandd-linux-arm64
30-
- runner: macos-13
31-
target: x86_64-apple-darwin
32-
asset: sandd-darwin-amd64
30+
# No Intel-mac (x86_64-apple-darwin) leg: GitHub is retiring the
31+
# macos-13 (Intel) runners, so that job queues indefinitely and — with
32+
# `release` gated on `needs: build` — blocks the whole release from
33+
# publishing. Apple Silicon (macos-14/arm64) covers modern Macs.
3334
- runner: macos-14
3435
target: aarch64-apple-darwin
3536
asset: sandd-darwin-arm64

0 commit comments

Comments
 (0)