Skip to content

Commit 1920254

Browse files
committed
ci(release): drop macos-13 (Intel) — runners queue for hours
GitHub-hosted macos-13 runners are deprecated and currently scarce. The v1.0.0 release sat in queue for 45+ minutes waiting for a runner that never came. Intel-Mac users can run the aarch64 .dmg via Rosetta 2 on macOS 11+; a dedicated x86_64 build is not worth the release-time tax.
1 parent 43654f4 commit 1920254

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
target: x86_64-pc-windows-msvc
2020
- os: macos-14
2121
target: aarch64-apple-darwin
22-
- os: macos-13
23-
target: x86_64-apple-darwin
22+
# macos-13 (Intel) was dropped — those runners are scarce on
23+
# GitHub-hosted and frequently queue for hours. Intel Mac users
24+
# can run the Apple Silicon build via Rosetta 2.
2425
runs-on: ${{ matrix.os }}
2526
steps:
2627
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)