File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -10,32 +10,13 @@ jobs:
1010 fail-fast : false
1111 matrix :
1212 include :
13- - docker-image : " ubuntu:22 .04"
13+ - docker-image : " ubuntu:24 .04"
1414 ros-distro : " rolling"
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 :
You can’t perform that action at this time.
0 commit comments