Skip to content

Commit 6a93ba6

Browse files
authored
Update CI (#249)
1 parent 5f34520 commit 6a93ba6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
rmw_microxrcedds_ci:
1414
runs-on: ubuntu-20.04
15-
container: microros/micro-ros-agent:rolling
15+
container: microros/micro-ros-agent:humble
1616

1717
steps:
1818
- uses: actions/checkout@v2
@@ -23,8 +23,8 @@ jobs:
2323
run: |
2424
git clone -b ros2 https://github.com/eProsima/Micro-CDR src/Micro-CDR
2525
git clone -b ros2 https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client
26-
git clone -b main https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds
27-
git clone -b master https://github.com/ros2/rmw src/rmw
26+
git clone -b humble https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds
27+
git clone -b humble https://github.com/ros2/rmw src/rmw
2828
touch src/rosidl_typesupport_microxrcedds/test/COLCON_IGNORE
2929
# Install coverage tools
3030
apt update && apt install -y python3-pip

0 commit comments

Comments
 (0)