Skip to content

Commit

Permalink
[ros2] update iron (EOL) to humble
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDuvinage committed Nov 25, 2024
1 parent fc46941 commit dc8f268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
fi
if [ "${{ matrix.dist }}" = "jammy" ]
then
export ROS_DISTRO="iron"
export ROS_DISTRO="humble"
fi
echo "ros-distro=${ROS_DISTRO}" >> $GITHUB_OUTPUT
if [ "${ROS_DISTRO}" = "" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pbuilder-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ jobs:
fi
if [ "${{ matrix.dist }}" = "jammy" ]
then
build-image "" "iron"
build-image "" "humble"
fi

0 comments on commit dc8f268

Please sign in to comment.