Skip to content

Commit

Permalink
update ROS version to use in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jan 31, 2024
1 parent 293924d commit b54bc26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
jobs:
ros-rolling-u22.04:
ros-humble-u22.04:
docker:
- image: ros:rolling-ros-base
- image: ros:humble-ros-base
steps:
- checkout
- run:
Expand All @@ -23,4 +23,4 @@ workflows:
version: 2
build:
jobs:
- ros-rolling-u22.04
- ros-humble-u22.04
6 changes: 0 additions & 6 deletions .github/workflows/build-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
# Github Actions requires a single row to be added to the build matrix.
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
ros_distribution:
- noetic
- humble
- iron
- rolling
Expand All @@ -27,11 +26,6 @@ jobs:
# https://ros.org/reps/rep-0003.html
# https://ros.org/reps/rep-2000.html
include:
# Noetic Ninjemys (May 2020 - May 2025)
- docker_image: ubuntu:focal
ros_distribution: noetic
ros_version: 1

# Humble Hawksbill (May 2022 - May 2027)
- docker_image: ubuntu:jammy
ros_distribution: humble
Expand Down

0 comments on commit b54bc26

Please sign in to comment.