Skip to content

ci: add iOS package test workflow - #23

Merged
lynnswap merged 2 commits into
mainfrom
codex/add-ci-workflow
May 5, 2026
Merged

ci: add iOS package test workflow#23
lynnswap merged 2 commits into
mainfrom
codex/add-ci-workflow

Conversation

@lynnswap

@lynnswap lynnswap commented May 5, 2026

Copy link
Copy Markdown
Owner

Purpose

Add a GitHub Actions workflow that validates the Swift package on both the latest available iOS 18 simulator runtime and the latest available iOS 26 simulator runtime.

Changes

  • Add .github/workflows/ci.yml with two package test lanes.
  • Run the iOS 18 lane on macos-15 and resolve the latest stable Xcode 26 plus the latest available iOS 18 simulator for iPhone 16.
  • Run the iOS 26 lane on macos-26 and resolve the latest stable Xcode 26 plus the latest available iOS 26 simulator for iPhone 17.
  • Exclude Xcode beta and release-candidate app bundles when resolving the latest stable Xcode.
  • Keep package tests serialized with explicit simulator destinations.

Testing

  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/ci.yml"); puts "YAML OK"'
  • git diff --check
  • bash -n /tmp/tabbarmenu-ci-runs.sh
  • Ruby pre-release filter check for stable, beta, release-candidate, and RC Xcode names.
  • Local resolver check selected iPhone 16 iOS 18.6 and iPhone 17 iOS 26.4 on this machine.
  • Codex review against refs/codex/pr-fix-base/23/fa1517f0cd45a8515cc3f25ab11f7ea84ef09799: no findings.
  • Not run: actionlint (not installed locally).

Screenshots

  • Not applicable.

@lynnswap
lynnswap marked this pull request as ready for review May 5, 2026 08:11

@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: 2237d193af

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

Comment thread .github/workflows/ci.yml Outdated

@lynnswap lynnswap left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 👍

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

@lynnswap
lynnswap merged commit e052478 into main May 5, 2026
2 checks passed
@lynnswap
lynnswap deleted the codex/add-ci-workflow branch May 5, 2026 08:24
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.

1 participant