Skip to content

add humble ci to humble branch #54

add humble ci to humble branch

add humble ci to humble branch #54

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-20.04
distro: foxy
- os: ubuntu-20.04
distro: galactic
- os: ubuntu-22.04
distro: humble
- os: ubuntu-22.04
distro: rolling
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.distro }}
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: ${{ matrix.distro }}