-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fix broken MacOS CI and switch to XCode's compiler #467
Comments
Reopening because there was tech debt introduced with #470. |
@camio I don't believe that's the case. The inconsistency is not new, just different. What is the new tech debt? |
We should probably discuss in the team meeting. It relates to our general "definition of done" for a task. Implicit acceptance criteria, in my mind, includes documentation/testing/and not knowingly introducing tech debt. In this case, the tech debt introduced is that we changed the version of the compiler from 13.0.1 to 13.0.0 and this line and this line were not updated to reflect that change. |
Closing this issue. |
The CI for MacOS broke again. Also, @dabrahams pointed out that it is unusual for Mac users to use the compiler distributed with brew so it would likely be more useful to test against the compiler distributed with XCode.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: