CI pins Xcode 14.x — cannot build on macOS 14 / Xcode 16 #123

Closed
opened 2026-09-12 11:30:48 +01:00 by gronod · 0 comments
Owner

.gitea/workflows/macos.yml asserts xcodebuild -version | grep -E "Xcode 14.", pinning CI to Xcode 14.x exactly. The pipeline cannot build on macOS 14 / Xcode 16 hosts. Relax the assert to accept major version ≥14. Everything else is already toolchain-agnostic (xcodegen 2.38.0 prebuilt, swift-tools-version 5.7, SWIFT_VERSION 5.0).

`.gitea/workflows/macos.yml` asserts `xcodebuild -version | grep -E "Xcode 14."`, pinning CI to Xcode 14.x exactly. The pipeline cannot build on macOS 14 / Xcode 16 hosts. Relax the assert to accept major version ≥14. Everything else is already toolchain-agnostic (xcodegen 2.38.0 prebuilt, swift-tools-version 5.7, SWIFT_VERSION 5.0).
gronod added the
Priority
High
2
Project/ICCery-v2Bug/DevOps
labels 2026-09-12 11:30:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gronod/iccery-v2-mac#123