.gitea/workflows/macos.yml pinned xcodebuild to Xcode 14. exactly, blocking the pipeline on macOS 14 / Xcode 16 hosts. The assert now parses the major version and requires >= 14.
Everything else is already toolchain-agnostic (xcodegen 2.38.0 prebuilt via ensure-host-tools.sh, swift-tools-version 5.7, SWIFT_VERSION 5.0).
Closes #123.
`.gitea/workflows/macos.yml` pinned `xcodebuild` to `Xcode 14.` exactly, blocking the pipeline on macOS 14 / Xcode 16 hosts. The assert now parses the major version and requires >= 14.
Everything else is already toolchain-agnostic (xcodegen 2.38.0 prebuilt via `ensure-host-tools.sh`, swift-tools-version 5.7, `SWIFT_VERSION 5.0`).
The grep on "Xcode 14." pinned CI to the 14.x series, blocking builds
on macOS 14 / Xcode 16 runners. Parse the major version and require
>= 14 instead.
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
gronod
merged commit 3244efd366 into milestone/m9-monterey2026-09-12 11:39:50 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #123.
.gitea/workflows/macos.ymlpinnedxcodebuildtoXcode 14.exactly, blocking the pipeline on macOS 14 / Xcode 16 hosts. The assert now parses the major version and requires >= 14.Everything else is already toolchain-agnostic (xcodegen 2.38.0 prebuilt via
ensure-host-tools.sh, swift-tools-version 5.7,SWIFT_VERSION 5.0).