Skip to content

Commit bb344c6

Browse files
authored
Merge branch 'rolling' into john-maidbot/rolling/get-parameters-at-startup
2 parents 465bd9f + b04897f commit bb344c6

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)