We have released an Xcode 10.2 beta 3 macOS image today. You can select the image by adding the following to a job
in config.yml
:
macos:
xcode: 10.2.0
The changes in this Xcode 10.2 beta 3 image since the Xcode 10.1 image are:
- The host OS is now macOS Mojave (version 10.14.3).
- Xcode is now version 10.2 beta 3 Build
10P91b
. - As this is an Xcode beta, the image only contains the latest simulators:
- iOS 12.2
- watchOS 5.2
- The system Ruby is unchanged at
2.3.7p456
. We also have Ruby2.4.5
and2.5.3
available to use viachruby
. We install the latest stable versions of Ruby as in the list on ruby-lang.org - NodeJS is now version
11.10.0
and Yarn is1.13.0
.
The full manifest of the installed software is available here.
A raw diff of the changes is available here.
Please let us know if you have any feedback.