Skip to content

Commit ed18ccb

Browse files
authored
Update main.yml for Jazzy (#114)
1 parent 9401c17 commit ed18ccb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
source ~/ros2_ws/install/setup.bash
4242
shell: bash
4343

44-
iron:
45-
name: Build for Iron
46-
runs-on: ubuntu-22.04
47-
container: ros:iron-ros-core
44+
jazzy:
45+
name: Build for Jazzy
46+
runs-on: ubuntu-24.04
47+
container: ros:jazzy-ros-core
4848
steps:
4949
- name: Install Git
5050
run: |
@@ -69,7 +69,7 @@ jobs:
6969
shell: bash
7070
- name: Build packages
7171
run: |
72-
source /opt/ros/iron/setup.bash
72+
source /opt/ros/jazzy/setup.bash
7373
apt-get install -y python3-colcon-common-extensions
7474
cd ~/ros2_ws
7575
colcon build

0 commit comments

Comments
 (0)