We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9401c17 commit ed18ccbCopy full SHA for ed18ccb
.github/workflows/main.yml
@@ -41,10 +41,10 @@ jobs:
41
source ~/ros2_ws/install/setup.bash
42
shell: bash
43
44
- iron:
45
- name: Build for Iron
46
- runs-on: ubuntu-22.04
47
- container: ros:iron-ros-core
+ jazzy:
+ name: Build for Jazzy
+ runs-on: ubuntu-24.04
+ container: ros:jazzy-ros-core
48
steps:
49
- name: Install Git
50
run: |
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Build packages
71
72
- source /opt/ros/iron/setup.bash
+ source /opt/ros/jazzy/setup.bash
73
apt-get install -y python3-colcon-common-extensions
74
cd ~/ros2_ws
75
colcon build
0 commit comments