fix(ci): use macos-15-intel for x64 release builds - #1
Merged
Conversation
GitHub retired macos-13 in December 2025. Jobs requesting that label queue indefinitely instead of failing, which blocked the publish job for the v0.1.0 tag. macos-15-intel is the current hosted Intel macOS runner. Co-authored-by: David Irvine <dirvine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The v0.1.0 Release workflow (run 32157688279) has been queued since 2026-08-18 15:58 UTC because the Intel macOS job requests
macos-13. GitHub retired that label in December 2025; jobs that still ask for it are not rejected — they wait forever. That blockspublish, so https://github.com/saorsa-labs/ttt/releases/tag/v0.1.0 was never created.This PR changes only the Intel matrix entry in
.github/workflows/release.ymlfromos: macos-13toos: macos-15-intel. Artifact name (ttt-macos-x64) and exe (ttt) are unchanged. No other jobs, games, README, or version files are touched.macos-15-intelis the current GitHub-hosted Intel macOS runner (available through August 2027). The repo does not document a different Intel label.After merge, re-run the Release workflow on tag
v0.1.0(or push a new tag) so the Intel job can start andpublishcan create the GitHub release.Test plan
.github/workflows/release.ymlpublishcreates the GitHub release withttt-macos-x64included