Skip to content

Commit b04897f

Browse files
authored
Updated CI (#81)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
1 parent 97a23e6 commit b04897f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ros2-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +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
19+
uses: actions/checkout@v4
2020
- name: Build and Test
2121
run: .github/workflows/build-and-test.sh
2222
env:

0 commit comments

Comments
 (0)