Skip to content

Commit 92b7343

Browse files
authored
Update CI branch name (#193)
Signed-off-by: acuadros95 <acuadros1995@gmail.com>
1 parent e6b928b commit 92b7343

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI micro-ROS Agent
33
on:
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 }}

0 commit comments

Comments
 (0)