moveit / moveit2_tutorials

A sphinx-based centralized documentation repo for MoveIt 2
https://moveit.picknik.ai
BSD 3-Clause "New" or "Revised" License
147 stars 191 forks source link

Update rolling CI job to use 24.04 #915

Open sjahr opened 2 months ago

sjahr commented 2 months ago
          Looks like the CI job is still using 22.04 

image

_Originally posted by @Abishalini in https://github.com/moveit/moveit2_tutorials/issues/913#issuecomment-2180882250_

stephanie-eng commented 1 month ago

I wouldn't do this yet. We're using GitHub's runners, and using their ubuntu-latest (default) option gives 22.04. It's possible to switch to 24.04, but it's beta. I'd prefer to keep using ubuntu-latest and we'll move to 24.04 when it's out of beta and GitHub decides to make it the new default.

We run everything in Docker anyway, so the runner being 22.04 shouldn't hurt us.

See: https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job#standard-github-hosted-runners-for-public-repositories

Screenshot for folks viewing this issue after the GitHub link is updated: image