File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -10,32 +10,13 @@ jobs:
10
10
fail-fast : false
11
11
matrix :
12
12
include :
13
- - docker-image : " ubuntu:22 .04"
14
- ros-distro : " rolling "
13
+ - docker-image : " ubuntu:24 .04"
14
+ ros-distro : " jazzy "
15
15
container :
16
16
image : ${{ matrix.docker-image }}
17
17
steps :
18
18
- 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
39
20
- name : Build and Test
40
21
run : .github/workflows/build-and-test.sh
41
22
env :
You can’t perform that action at this time.
0 commit comments