Skip to content

test ROS "jazzy" on Ubuntu 24.04 #51

test ROS "jazzy" on Ubuntu 24.04

test ROS "jazzy" on Ubuntu 24.04 #51

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: apriltag_ros
runs-on: ubuntu-latest
strategy:
matrix:
- {ubuntu: "22.04", ros: humble}

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 12, Col: 9): A sequence was not expected
- {ubuntu: "24.04", ros: jazzy}
container:
image: ubuntu:${{ matrix.ubuntu }}
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
package-name: apriltag_ros
target-ros2-distro: ${{ matrix.ros }}
vcs-repo-file-url: .github/deps.repos