diff --git a/.github/workflows/ros2-ci.yml b/.github/workflows/ros2-ci.yml index 6a5b789..ae75950 100644 --- a/.github/workflows/ros2-ci.yml +++ b/.github/workflows/ros2-ci.yml @@ -10,32 +10,13 @@ jobs: fail-fast: false matrix: include: - - docker-image: "ubuntu:22.04" - ros-distro: "rolling" + - docker-image: "ubuntu:24.04" + ros-distro: "kilted" container: image: ${{ matrix.docker-image }} steps: - name: Checkout - uses: actions/checkout@v2 - - name: Build and Test - run: .github/workflows/build-and-test.sh - env: - DOCKER_IMAGE: ${{ matrix.docker-image }} - ROS_DISTRO: ${{ matrix.ros-distro }} - point_cloud_transport_tutorial_humble_ci: - name: point_cloud_transport_tutorial CI - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - include: - - docker-image: "ubuntu:22.04" - ros-distro: "humble" - 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: