Skip to content

Fix path in Xcode selection step of CI workflow#6

Merged
i-stack merged 1 commit into
mainfrom
1.3.0_dev
May 11, 2026
Merged

Fix path in Xcode selection step of CI workflow#6
i-stack merged 1 commit into
mainfrom
1.3.0_dev

Conversation

@i-stack
Copy link
Copy Markdown
Owner

@i-stack i-stack commented May 11, 2026

  • Updated the script path in the GitHub Actions workflow to ensure it correctly references the Xcode selection script.
  • Adjusted the comment to reflect the correct script location for clarity.

Note

Low Risk
Low risk CI-only change that updates the Xcode selection step; impact is limited to GitHub Actions build environment and could only fail CI if the runner’s Xcode layout is unexpected.

Overview
Updates the GitHub Actions Swift workflow to call the Xcode selection script from its new location (.github/select_xcode_ci.sh) and fixes the accompanying comment.

Adds a new select_xcode_ci.sh helper that scans /Applications for Xcode_[0-9]*.app/Xcode.app, picks the highest CFBundleShortVersionString, and runs xcode-select so CI builds use the newest installed Xcode.

Reviewed by Cursor Bugbot for commit cc96db2. Bugbot is set up for automated code reviews on this repo. Configure here.

- Updated the script path in the GitHub Actions workflow to ensure it correctly references the Xcode selection script.
- Adjusted the comment to reflect the correct script location for clarity.
@i-stack i-stack merged commit 2c02644 into main May 11, 2026
2 checks passed
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