Skip to content

ci: Release on windows-latest (macos queue escape) - #76

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
cursor/release-windows-latest-a09b
Sep 16, 2026
Merged

ScriptedAlchemy merged 1 commit into
mainfrom
cursor/release-windows-latest-a09b

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

Release run https://github.com/ScriptedAlchemy/grok-bot-cli/actions/runs/35153837559 stayed queued on macos-latest after #74 and was cancelled with no runner pickup. Rotate runs-on to windows-latest so the next push to main can start a fresh Release. Timeout and steps are unchanged; bash steps keep shell: bash.

Test plan

  • PR checks green
  • After merge, Release starts on windows-latest (not stuck queued)
Open in Web Open in Cursor 

macos-latest Release run 35153837559 stayed queued with no runner
pickup. Flip runs-on only; timeout and steps stay as they are.

Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
@changeset-bot

changeset-bot Bot commented Sep 16, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5ed4721

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 16, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-16T22:19:33.589942Z 5ed4721 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5ed4721ef7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

jobs:
release:
runs-on: macos-latest
runs-on: windows-latest

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use Windows paths for the smoke-test executables

On the newly selected Windows runner, the Pack and smoke-test the executable step installs globally with --prefix "$install_root" but then invokes $install_root/bin/*. The npm folders documentation specifies that global executables are linked into {prefix}/bin on Unix but directly into {prefix} on Windows, so lines 55–57 reference a directory that is not created and every release run stops before the Changesets publish step. Make these invocations platform-aware or call the Windows shims from the prefix root.

Useful? React with 👍 / 👎.

@ScriptedAlchemy
ScriptedAlchemy merged commit eea79bc into main Sep 16, 2026
0 of 4 checks passed
@ScriptedAlchemy
ScriptedAlchemy deleted the cursor/release-windows-latest-a09b branch September 16, 2026 22:51
cursor Bot pushed a commit that referenced this pull request Sep 16, 2026
Bring in lockfile integrity refresh (#78), windows-latest CI (#76/#77),
and Release workflow_dispatch (#79) while keeping the relay keyring session isolation.

Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
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