Skip to content

ci: remove unsupported macOS runner from install-script matrix#21

Merged
jooh merged 2 commits intoupstream_as_submodulefrom
codex/fix-build-error-for-macos-13-us-default
Apr 3, 2026
Merged

ci: remove unsupported macOS runner from install-script matrix#21
jooh merged 2 commits intoupstream_as_submodulefrom
codex/fix-build-error-for-macos-13-us-default

Conversation

@jooh
Copy link
Copy Markdown
Owner

@jooh jooh commented Apr 3, 2026

Motivation

  • CI runs were failing with an unsupported macOS runner configuration (macos-13-us-default) because macOS hosted runners are not universally available in all org/repo configurations.
  • Restricting the install-script job to a universally available runner avoids this failure mode while preserving the install-script check.

Description

  • Updated the install-script job matrix in .github/workflows/dev-containers.yml to use os: [ubuntu-latest] instead of [ubuntu-latest, macos-latest].
  • Added inline comments in the workflow to document why the macOS runner was removed.

Testing

  • Validated the workflow diff with git diff -- .github/workflows/dev-containers.yml && git status --short, which showed the intended change and a clean working tree, and the check succeeded.
  • Inspected the updated workflow lines with nl -ba .github/workflows/dev-containers.yml | sed -n '148,172p' to confirm the install-script matrix now lists only ubuntu-latest, and the inspection succeeded.

Codex Task

@jooh
Copy link
Copy Markdown
Owner Author

jooh commented Apr 3, 2026

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Can't wait for the next one!

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

@jooh jooh merged commit a58c266 into upstream_as_submodule Apr 3, 2026
13 checks passed
@jooh jooh deleted the codex/fix-build-error-for-macos-13-us-default branch April 3, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant