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@stg-semaphoreci-dev.kinsta.cloud if you have any questions or need our assistance. Weβll be happy to help.
Happy building!