Skip to content

Commit 2f9bc5e

Browse files
committed
Fixed jazzy ci
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
1 parent fd4d2e9 commit 2f9bc5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ros2-ci.yml

Lines changed: 3 additions & 3 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"
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
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)