-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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 from 2022 to 2024 image #57721
Conversation
.circleci/config.yml
Outdated
@@ -3,7 +3,7 @@ version: 2.1 | |||
jobs: | |||
test-arm: | |||
machine: | |||
image: ubuntu-2004:2022.04.1 | |||
image: ubuntu-2004:2024.01.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The point of using 22.04 is that it is an LTS release, so we wouldn't really want to change to a quarterly release therefrom. Is there still an LTS image to use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you just specify default
here? That should point to the LTS by default: https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/50177
Thanks for identifying @lopof. Looks like |
* update from 2022 to 2024 image * Update .circleci/config.yml * Update .circleci/config.yml --------- Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.