Skip to content

Commit 82d4fcd

Browse files
Changed CI to Jammy. (#6)
1 parent 52739f4 commit 82d4fcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
- {ROS_REPO: testing, ROS_DISTRO: humble}
1616
- {ROS_REPO: main, ROS_DISTRO: humble}
1717
fail-fast: false
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-22.04
1919
steps:
2020
- uses: actions/checkout@v3
2121
- uses: 'ros-industrial/industrial_ci@master'
2222
env: ${{matrix.env}}
2323
clearpath_ros2_socketcan_interface_cpr_ci:
2424
name: Humble Clearpath Release
25-
runs-on: ubuntu-24.04
25+
runs-on: ubuntu-22.04
2626
steps:
2727
- uses: actions/checkout@v3
2828
- uses: ros-tooling/[email protected]
@@ -42,7 +42,7 @@ jobs:
4242
clearpath_ros2_socketcan_interface
4343
clearpath_ros2_socketcan_interface_src_ci:
4444
name: Humble Clearpath Source
45-
runs-on: ubuntu-24.04
45+
runs-on: ubuntu-22.04
4646
steps:
4747
- uses: actions/checkout@v3
4848
- uses: ros-tooling/[email protected]

0 commit comments

Comments
 (0)