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

fix(.github): change runs-on value from ubuntu-latest to ubuntu-22.04 #5320

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

youtalk
Copy link
Member

@youtalk youtalk commented Oct 9, 2024

Description

It seems that the version of Ubuntu of GitHub Runner used when runs-on: ubuntu-latest has been gradually switching from Ubuntu 22.04 to Ubuntu 24.04 toward the end of October.
actions/runner-images#10636

This has caused some CI checks to start failing.
https://github.com/autowarefoundation/autoware/actions/runs/11254191077/job/31291276368?pr=5319

This PR changes the runs-on value to ubuntu-22.04 instead of ubuntu-latest.

Tests performed

Not applicable.

Effects on system behavior

Not applicable.

Interface changes

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
@youtalk youtalk added the type:github-actions Github actions related. (auto-assigned) label Oct 9, 2024
@youtalk youtalk self-assigned this Oct 9, 2024
@youtalk youtalk added the tag:run-health-check Run health-check label Oct 9, 2024
@youtalk youtalk marked this pull request as ready for review October 9, 2024 12:07
@mitsudome-r
Copy link
Member

Good Catch! LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tag:run-health-check Run health-check type:github-actions Github actions related. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants