4 Nov 2022 · Semaphore News

    Deprecating Xcode 12 in Semaphore

    1 min read
    Contents

    We have an announcement for the developers building for Apple devices. Starting from December 1, 2022, Semaphore will be removing the Xcode 12 image from the list of available environment variables. 

    Apple announced Xcode 12 deprecation back in April, 2022. Semaphore has been supporting Xcode 12 up until now. However, in order to provide our customers with better service and release new macOS agents, we’re going to have to deprecate the outdated Xcode 12 image.

    If your organization is affected by the change, please make sure that you update your macOS agents in the Workflow Builder. 

    You can also update the image in the YAML file:

    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

    Feel free to reach out to us at support@semaphoreci.com if you have any questions or need our assistance. We’ll be happy to help.

    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.