Skip to content
View entire changelog

Xcode 9.2 available on CircleCI 2.0 for macOS

Maintenance

We have released the Xcode 9.2 image on CircleCI 2.0. Add the following to your .circleci/config.yml file to select that version of Xcode in your jobs:

macos:
  xcode: "9.2.0"

>Previous changes