Skip to content

Conversation

JaviSoto
Copy link
Contributor

@JaviSoto JaviSoto commented Oct 15, 2025

@JaviSoto JaviSoto force-pushed the dev/javi/release-workflow-manually branch from 36cd3fa to ebfa879 Compare October 15, 2025 23:36
@JaviSoto JaviSoto changed the base branch from dev/javi/release-workflow-manually to main October 15, 2025 23:36
@JaviSoto JaviSoto force-pushed the dev/javi/faster-builds branch from 64fdc74 to 5810975 Compare October 15, 2025 23:37
@JaviSoto JaviSoto marked this pull request as ready for review October 15, 2025 23:56
Copy link
Contributor

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

Choose a reason for hiding this comment

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

💡 Codex Review

- if: ${{ matrix.runner == 'macos-14' }}
name: Configure Apple code signing
shell: bash

P1 Badge macOS signing steps no longer run after runner rename

The matrix now schedules mac builds on macos-15-xlarge, but the downstream steps for configuring code signing, signing, notarization, and keychain cleanup still check matrix.runner == 'macos-14'. Because that condition is never true anymore, none of the signing/notarization steps execute and macOS release artifacts will be unsigned and unnotarized. Update the condition (and the related ones later in the job) to match the new runner label or to detect macOS runners more generally so the signing process continues to run.

ℹ️ 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

- runner: macos-15-xlarge
target: aarch64-apple-darwin
- runner: macos-14
- runner: macos-15-xlarge
Copy link
Collaborator

Choose a reason for hiding this comment

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

We will also need to update the runner checks below (i.e. code sign step) from macos-14 to macos-15-xlarge too.

Copy link
Collaborator

@shijie-oai shijie-oai left a comment

Choose a reason for hiding this comment

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

Update runner checks below to use macos-15-xlarge too.

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.

3 participants