-
Notifications
You must be signed in to change notification settings - Fork 73
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
Azure Pipeline Warning #232
Comments
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. You might also want to take a look at our Contributing Guide and Code of Conduct. |
Thanks for catching that @jessepisel! It seems like it's just a matter of changing this line: https://github.com/fatiando/verde/blob/master/.azure-pipelines.yml#L74 I would say go for the latest so we don't have to do this again so soon 🙂 |
Thanks for showing me where that is located, I would have flailed for a while looking for it. I changed it and everything built without warning on 10.15 in #234 so it should be good to go for a few update cycles 👍 |
On the Azure pipeline Mac Python38 check there is the following warning:
Looks like we need to update it to MacOS-10.14 or MacOS-10.15 (Catalina) on Azure. Is there any preference on which one we migrate to?
The text was updated successfully, but these errors were encountered: