File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: CI micro-ROS Agent
33on :
44 pull_request :
55 branches :
6- - ' main '
6+ - ' rolling '
77 schedule :
88 - cron : ' 33 6 * * *'
99
@@ -14,24 +14,24 @@ jobs:
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- os : [ ubuntu-20.04 ]
17+ os : [ ubuntu-latest ]
1818 ros_distribution : [ rolling ]
1919 include :
2020 - docker_image : ubuntu:22.04
2121 ros_distribution : rolling
2222 container :
2323 image : ubuntu:22.04
2424 steps :
25- - uses : actions/checkout@v2
26- - uses : ros-tooling/setup-ros@0.3 .2
25+ - uses : actions/checkout@v3
26+ - uses : ros-tooling/setup-ros@0.6 .2
2727 with :
2828 use-ros2-testing : false
2929 required-ros-distributions : ${{ matrix.ros_distribution }}
3030 - name : Download and install dependencies
3131 run : |
3232 apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
3333 apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
34- - uses : ros-tooling/action-ros-ci@0.2.5
34+ - uses : ros-tooling/action-ros-ci@0.3.2
3535 with :
3636 package-name : " micro_ros_agent"
3737 target-ros2-distro : ${{ matrix.ros_distribution }}
You can’t perform that action at this time.
0 commit comments