Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 01bd8ce

Browse files
authored
Update to ROS2 Jazzy. (#45)
1 parent 7e3e866 commit 01bd8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ros2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ env:
2020
jobs:
2121
build:
2222
name: Build on ros2 ${{ matrix.ros_distro }}
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
strategy:
2525
matrix:
26-
ros_distro: [ humble ]
26+
ros_distro: [ jazzy ]
2727

2828
steps:
2929
- uses: ros-tooling/setup-ros@v0.7

0 commit comments

Comments
 (0)