There was an error while loading. Please reload this page.
1 parent ae2ee84 commit f6a2bbeCopy full SHA for f6a2bbe
1 file changed
.github/workflows/release.yaml
@@ -27,9 +27,10 @@ jobs:
27
- runner: ubuntu-22.04-arm
28
target: aarch64-unknown-linux-musl
29
asset: sandd-linux-arm64
30
- - runner: macos-13
31
- target: x86_64-apple-darwin
32
- 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
33
+ # publishing. Apple Silicon (macos-14/arm64) covers modern Macs.
34
- runner: macos-14
35
target: aarch64-apple-darwin
36
asset: sandd-darwin-arm64
0 commit comments