Skip to content

Commit

Permalink
update workflow base OS and container to ubuntu:noble. (#409)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya authored Oct 30, 2024
1 parent cc6879f commit 6f0a9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04 ]
os: [ ubuntu-24.04 ]
ros_distribution: [ rolling ]
include:
- docker_image: ubuntu:jammy
- docker_image: ubuntu:noble
ros_distribution: rolling
container:
image: ${{ matrix.docker_image }}
Expand Down

0 comments on commit 6f0a9ed

Please sign in to comment.