Skip to content

Commit

Permalink
Merge branch 'jazzy' into mergify/bp/jazzy/pr-80
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde authored May 13, 2024
2 parents c5c72fe + ba47d0f commit efd91e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ros2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
fail-fast: false
matrix:
include:
- docker-image: "ubuntu:22.04"
ros-distro: "rolling"
- docker-image: "ubuntu:24.04"
ros-distro: "jazzy"
container:
image: ${{ matrix.docker-image }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build and Test
run: .github/workflows/build-and-test.sh
env:
Expand Down

0 comments on commit efd91e8

Please sign in to comment.