We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7043e04 commit cac9156Copy full SHA for cac9156
1 file changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
micro_ros_demos:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
11
container: microros/base:rolling
12
defaults:
13
run:
@@ -24,7 +24,7 @@ jobs:
24
rosdep update
25
ros2 run micro_ros_setup create_firmware_ws.sh host
26
rm -rf src/uros/micro-ROS-demos
27
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
28
with:
29
path: uros_ws/src/uros/micro-ROS-demos
30
- name: Build
0 commit comments