You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2024. It is now read-only.
@edunham is switching all of our Mac builders to OS X 10.11. Because our Salt states change the underlying system in various ways, they could be affected by the specific OS version, so we should test using the same version.
In order to this, we should set the osx_image key in the .travis.yml file for any Mac builders. We'll need to set the value to either xcode7.3 or xcode7.2 to get OS X 10.11 - @edunham@larsbergstrom do you know which Xcode we install? (That should also get documented on the wiki.)
@edunham is switching all of our Mac builders to OS X 10.11. Because our Salt states change the underlying system in various ways, they could be affected by the specific OS version, so we should test using the same version.
In order to this, we should set the
osx_imagekey in the.travis.ymlfile for any Mac builders. We'll need to set the value to eitherxcode7.3orxcode7.2to get OS X 10.11 - @edunham @larsbergstrom do you know which Xcode we install? (That should also get documented on the wiki.)