Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, macos-13, windows-latest] # arm64 dmg / x64 dmg / x64 nsis
# macos-13 (Intel/x64) dropped: GitHub's x64 mac runners queue for
# tens of minutes and routinely never allocate, hanging the whole
# release run — and Intel Macs are a shrinking base Apple stopped
# selling in 2023 (arm64 covers every Mac since). Re-add if real
# demand appears, ideally cross-built off the arm64 runner.
os: [macos-14, windows-latest] # arm64 dmg / x64 nsis
runs-on: ${{ matrix.os }}
permissions:
contents: write # upload release assets
Expand Down
Loading