Skip to content

Commit cac9156

Browse files
authored
Bump ubuntu in rolling CI
1 parent 7043e04 commit cac9156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
micro_ros_demos:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
container: microros/base:rolling
1212
defaults:
1313
run:
@@ -24,7 +24,7 @@ jobs:
2424
rosdep update
2525
ros2 run micro_ros_setup create_firmware_ws.sh host
2626
rm -rf src/uros/micro-ROS-demos
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828
with:
2929
path: uros_ws/src/uros/micro-ROS-demos
3030
- name: Build

0 commit comments

Comments
 (0)