adding ci to rolling-devel branch

This commit is contained in:
matlabbe
2025-07-12 10:34:34 -07:00
parent 33c433baba
commit d10f2d9738
+2 -8
View File
@@ -3,7 +3,7 @@ name: CMake-ROS
on:
push:
branches:
- master
- rolling-devel
pull_request:
branches:
- '**'
@@ -23,14 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distribution: [ humble, jazzy, kilted, rolling ]
ros_distribution: [ rolling ]
include:
- ros_distribution: 'humble'
os: ubuntu-22.04
- ros_distribution: 'jazzy'
os: ubuntu-24.04
- ros_distribution: 'kilted'
os: ubuntu-24.04
- ros_distribution: 'rolling'
os: ubuntu-24.04