Skip to content

Commit

Permalink
test ROS "jazzy" on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed May 31, 2024
1 parent 406ae30 commit 9d6b4e8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ jobs:
name: apriltag_ros
runs-on: ubuntu-latest

strategy:
matrix:
include:
- {ubuntu: "22.04", ros: humble}
- {ubuntu: "24.04", ros: jazzy}

container:
image: ubuntu:22.04
image: ubuntu:${{ matrix.ubuntu }}

steps:
- uses: actions/checkout@v4
Expand All @@ -18,5 +24,5 @@ jobs:
- uses: ros-tooling/[email protected]
with:
package-name: apriltag_ros
target-ros2-distro: humble
target-ros2-distro: ${{ matrix.ros }}
vcs-repo-file-url: .github/deps.repos

0 comments on commit 9d6b4e8

Please sign in to comment.