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

Azure Pipeline Warning #232

Closed
jessepisel opened this issue Feb 26, 2020 · 3 comments
Closed

Azure Pipeline Warning #232

jessepisel opened this issue Feb 26, 2020 · 3 comments

Comments

@jessepisel
Copy link
Contributor

On the Azure pipeline Mac Python38 check there is the following warning:

##[warning]This pipeline uses a Microsoft-hosted agent image that will be removed on March 23, 2020 (MacOS-10.13). You must make changes to your pipeline before that date, or else your pipeline will fail. Learn more (https://aka.ms/removing-older-images-hosted-pools).

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?

@welcome
Copy link

welcome bot commented Feb 26, 2020

👋 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.

@leouieda
Copy link
Member

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 🙂

@jessepisel
Copy link
Contributor Author

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 👍

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

No branches or pull requests

2 participants