Skip to content

Commit

Permalink
add Ubuntu 24.04 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jun 17, 2024
1 parent 13e4a18 commit f3a680a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-14, windows-2022]
shared_libs: ['ON', 'OFF']
include:
- os: ubuntu-22.04
package_manager: "apt"
test: "ON"

- os: ubuntu-24.04
package_manager: "apt"
test: "ON"

- os: macos-14
package_manager: "brew"
test: "OFF"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/colcon-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
ros_distribution: humble
ros_version: 2

- docker_image: ubuntu:24.04
ros_distribution: jazzy
ros_version: 2

container:
image: ${{ matrix.docker_image }}

Expand Down

0 comments on commit f3a680a

Please sign in to comment.