There was an error while loading. Please reload this page.
1 parent d5aa18a commit cee426aCopy full SHA for cee426a
1 file changed
.github/workflows/ros2-ci.yml
@@ -10,13 +10,13 @@ jobs:
10
fail-fast: false
11
matrix:
12
include:
13
- - docker-image: "ubuntu:24.04"
+ - docker-image: "ubuntu:26.04"
14
ros-distro: "rolling"
15
container:
16
image: ${{ matrix.docker-image }}
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
20
- name: Build and Test
21
run: .github/workflows/build-and-test.sh
22
env:
0 commit comments