Compare commits

..
Author SHA1 Message Date
matlabbe fb87a9ffe9 merged master 2024-11-30 19:48:15 -08:00
matlabbe 3aaf696991 CI: only build noetic in noetic-devel branch 2024-11-30 18:33:35 -08:00
+4 -4
View File
@@ -3,7 +3,7 @@ name: CMake-ROS
on:
push:
branches:
- humble-devel
- noetic-devel
pull_request:
branches:
- '**'
@@ -23,10 +23,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distribution: [ humble ]
ros_distribution: [ noetic ]
include:
- ros_distribution: 'humble'
os: ubuntu-22.04
- ros_distribution: 'noetic'
os: ubuntu-20.04
steps:
- uses: ros-tooling/setup-ros@v0.7