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

Fixes deprecated ubuntu version used for vmImage value #31

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

ruiconti
Copy link
Contributor

@ruiconti ruiconti commented Feb 3, 2022

Ubuntu 16.04 is no longer supported for agent pools ran in ADO since Sept 2021. (Quite sometime a pipeline ran in this repo, huh? 😄)

actions/runner-images#3287

@ruiconti ruiconti changed the title Fixes deprecated ubuntu vmImage value Fixes deprecated ubuntu version used for vmImage value Feb 3, 2022
Copy link
Owner

@Gelio Gelio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the issue 😄 That's right, the repo hasn't seen too much activity, actually even since its inception. It's been pretty stable and I didn't have to look at it too much. I didn't even notice pipelines stopped running on a schedule until I saw your PR. Lesson learned to take a look at the pipeline periodically 😅

Thanks once again, LGTM!

@@ -1,5 +1,5 @@
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'ubuntu-18.04'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose we could go straight to ubuntu-20.04 to delay the moment we need to change this VM image again, but 18.04 is good enough for now

@Gelio Gelio merged commit 0401deb into Gelio:master Feb 3, 2022
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.

2 participants