We would like to inform all developers building for Apple devices that macOS Monterey Xcode 14 image is now available as a CI/CD environment on Semaphore.
You can select the new macOS image in theΒ Workflow Builder.

And hereβs an example how you may use the new image if you prefer handwritten YAML:
version: 1.0 name: Apple Based Pipeline agent: machine: type: a1-standard-4 os_image: macos-xcode14 blocks: - name: "Unit tests" task: jobs: - name: Tests commands: - make test
Other important tools available in the new macOS image include:
- Fastlane 2.210.0
- Cocoapods 1.11.3
The macos-xcode14
OS image can only be used in combination with the Apple a1-standard-4
machine type.
Learn more about support forΒ CI/CD for macOS and iOSΒ on the Semaphore website.
As always, if you have any questions or feedback, please contact our support team.
Happy building!