Skip to content

fix(ci): use macos-15-intel for x64 release builds - #1

Merged
dirvine merged 1 commit into
mainfrom
cursor/macos-15-intel-release-f89e
Aug 18, 2026
Merged

fix(ci): use macos-15-intel for x64 release builds#1
dirvine merged 1 commit into
mainfrom
cursor/macos-15-intel-release-f89e

Conversation

@dirvine

@dirvine dirvine commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

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 blocks publish, 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.yml from os: macos-13 to os: 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-intel is 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 and publish can create the GitHub release.

Test plan

  • Confirm the diff is a single line in .github/workflows/release.yml
  • After merge, re-run the Release workflow and confirm the Intel job is no longer queued indefinitely
  • Confirm Linux, Windows, and macos-latest (arm64) still build as before
  • Confirm publish creates the GitHub release with ttt-macos-x64 included
Open in Web Open in Cursor 

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>
@dirvine
dirvine marked this pull request as ready for review August 18, 2026 20:16
@dirvine
dirvine merged commit 55797a7 into main Aug 18, 2026
1 check passed
@dirvine
dirvine deleted the cursor/macos-15-intel-release-f89e branch August 18, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants