Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Xcode versions used in CI to latest minor release #712

Merged
merged 1 commit into from
Nov 7, 2019

Conversation

raphinesse
Copy link
Contributor

Motivation and Context

Lately the ObjC tests that were using Xcode 10.1 on CI have been very unstable. It was not uncommon that two out of four CI runs failed. The Error is always the same and seems to be caused by a known defect in Xcode 10.1. The only known fix seems to be not to use 10.1. So that's what we will do.

Description

I've updated our Travis CI config to use Xcode 9.4 and 10.3 respectively. The update of Xcode 9 is not necessary, but since it's the current default for Travis CI ObjC images I thought it wouldn't hurt.

Testing

I've let the five CI jobs run four times each on my fork's CI with these changes and there were no errors.

@raphinesse raphinesse merged commit 9964c74 into apache:master Nov 7, 2019
@raphinesse raphinesse deleted the update-xcode-on-ci branch November 7, 2019 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants