CI: added kilted, re-enabled deps, removed all nproc variables

This commit is contained in:
matlabbe
2025-06-01 18:36:36 -07:00
parent 6d4e8a4173
commit 7b69bf6696
13 changed files with 216 additions and 40 deletions

View File

@@ -23,12 +23,14 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distribution: [ humble, jazzy, rolling ]
ros_distribution: [ humble, jazzy, kilted, 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