Skip to content

Commit 2fd39ea

Browse files
committed
Add jazzy, bump ubuntu, actions/checkout, and codecov/codecov-action
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
1 parent 744d563 commit 2fd39ea

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
include:
1818
- ros_distribution: "humble"
1919
os: "ubuntu-22.04"
20+
- ros_distribution: "jazzy"
21+
os: "ubuntu-24.04"
2022
- ros_distribution: "rolling"
21-
os: "ubuntu-22.04"
23+
os: "ubuntu-24.04"
2224
runs-on: ${{ matrix.os }}
2325
steps:
2426
- uses: actions/checkout@v2
@@ -46,6 +48,6 @@ jobs:
4648
}
4749
}
4850
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
49-
- uses: codecov/codecov-action@v1.5.0
51+
- uses: codecov/codecov-action@v5
5052
with:
5153
file: ros_ws/lcov/total_coverage.info

0 commit comments

Comments
 (0)