Compare commits

...

2 Commits

Author SHA1 Message Date
matlabbe
bd99ac1007 merged master 2024-11-30 19:49:10 -08:00
matlabbe
0a9f0bfe4d CI: only build humble in humble-devel branch 2024-11-30 18:32:29 -08:00

View File

@@ -3,7 +3,7 @@ name: CMake-ROS
on:
push:
branches:
- master
- humble-devel
pull_request:
branches:
- '**'
@@ -23,10 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distribution: [ noetic, humble ]
ros_distribution: [ humble ]
include:
- ros_distribution: 'noetic'
os: ubuntu-20.04
- ros_distribution: 'humble'
os: ubuntu-22.04