Skip to content

Commit 34e1d8f

Browse files
authored
Fixed CI (#15)
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent f376655 commit 34e1d8f

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

.github/workflows/ros2-ci.yml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,13 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13-
- docker-image: "ubuntu:22.04"
14-
ros-distro: "rolling"
13+
- docker-image: "ubuntu:24.04"
14+
ros-distro: "jazzy"
1515
container:
1616
image: ${{ matrix.docker-image }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
20-
- name: Build and Test
21-
run: .github/workflows/build-and-test.sh
22-
env:
23-
DOCKER_IMAGE: ${{ matrix.docker-image }}
24-
ROS_DISTRO: ${{ matrix.ros-distro }}
25-
point_cloud_transport_tutorial_humble_ci:
26-
name: point_cloud_transport_tutorial CI
27-
runs-on: ubuntu-latest
28-
strategy:
29-
fail-fast: false
30-
matrix:
31-
include:
32-
- docker-image: "ubuntu:22.04"
33-
ros-distro: "humble"
34-
container:
35-
image: ${{ matrix.docker-image }}
36-
steps:
37-
- name: Checkout
38-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
3920
- name: Build and Test
4021
run: .github/workflows/build-and-test.sh
4122
env:

0 commit comments

Comments
 (0)