Skip to content

[DBG] no need to try Ubuntu now #91

[DBG] no need to try Ubuntu now

[DBG] no need to try Ubuntu now #91

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: apriltag_ros
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
# - {image: "ubuntu:22.04", ros: humble}
# - {image: "ubuntu:24.04", ros: jazzy}
- {image: "almalinux:8", ros: humble}
- {image: "almalinux:9", ros: jazzy}
container:
image: ${{ matrix.image }}
steps:
- uses: actions/checkout@v4
- uses: christianrauch/setup-ros@alma
- uses: ros-tooling/action-ros-ci@master
with:
package-name: apriltag_ros
target-ros2-distro: ${{ matrix.ros }}
vcs-repo-file-url: .github/deps.repos