11 Oct 2022 · Semaphore News

    Xcode 14 Is Now Available in macOS Monterey Image

    1 min read
    Contents

    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!

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    Avatar
    Writen by:
    Olga Bedrina is a Product Marketing Manager at Semaphore. She's excited about traveling, new technologies, and continuous learning.