Skip to content

Commit

Permalink
Update CI to use noble rolling
Browse files Browse the repository at this point in the history
Signed-off-by: Rufus Wong <rcywongaa@gmail.com>
  • Loading branch information
rcywongaa committed Jun 11, 2024
1 parent db8dd14 commit f0cb259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
image: rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-ros-base-latest
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
build_and_test:
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-latest
image: rostooling/setup-ros-docker:ubuntu-noble-latest
steps:
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: iron
required-ros-distributions: rolling
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: topic_tools topic_tools_interfaces
Expand Down

0 comments on commit f0cb259

Please sign in to comment.