Skip to content

Commit dcd48e6

Browse files
committed
Update CI, issue template for Jazzy
1 parent a11a77d commit dcd48e6

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/ISSUE_TEMPLATE/1-bug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ body:
3030
- Select One
3131
- Galactic
3232
- Humble
33+
- Jazzy
3334
validations:
3435
required: true
3536
- type: dropdown
@@ -52,6 +53,7 @@ body:
5253
- Select One
5354
- Ubuntu 20.04
5455
- Ubuntu 22.04
56+
- Ubuntu 24.04
5557
- Other Linux
5658
- Windows / MAC
5759
validations:

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ name: turtlebot4_tutorials_ci
33
on: [push, pull_request]
44

55
jobs:
6-
turtlebot4_humble_ci:
7-
name: Humble
8-
runs-on: ubuntu-22.04
6+
turtlebot4_jazzy_ci:
7+
name: Jazzy
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: actions/checkout@v2.3.4
1111
- uses: ros-tooling/setup-ros@v0.7
1212
with:
13-
required-ros-distributions: humble
13+
required-ros-distributions: jazzy
14+
use-ros2-testing: true
1415
- uses: ros-tooling/action-ros-ci@v0.3
1516
id: action_ros_ci_step
1617
with:
17-
target-ros2-distro: humble
18+
target-ros2-distro: jazzy
1819
import-token: ${{ secrets.GITHUB_TOKEN }}
1920
package-name:
2021
turtlebot4_python_tutorials

0 commit comments

Comments
 (0)