Skip to content

Commit 8ca5250

Browse files
switch to Ubuntu 26.04
1 parent 99831bb commit 8ca5250

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
container:
11-
image: ubuntu:22.04
11+
image: ubuntu:26.04
1212

1313
steps:
1414
- uses: actions/checkout@v6
@@ -18,4 +18,4 @@ jobs:
1818
- uses: ros-tooling/action-ros-ci@v0.4
1919
with:
2020
package-name: apriltag_msgs
21-
target-ros2-distro: humble
21+
target-ros2-distro: lyrical

0 commit comments

Comments
 (0)