Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .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: ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-resolute-ros-rolling-ros-base:master
image: ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-resolute-ros-lyrical-ros-base:master
strategy:
fail-fast: false
matrix:
Expand All @@ -28,5 +28,5 @@ jobs:
- uses: ros-tooling/action-ros-lint@0.1.4
with:
linter: ${{ matrix.linter }}
distribution: rolling
distribution: lyrical
package-name: topic_tools topic_tools_interfaces
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- rolling
- lyrical
schedule:
# Run every day. This helps detect flakiness,
# and broken external dependencies.
Expand All @@ -13,12 +13,12 @@ jobs:
build_and_test:
runs-on: ubuntu-latest
container:
image: ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-resolute:latest
image: ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-resolute-testing:latest
steps:
- uses: ros-tooling/action-ros-ci@v0.4
with:
package-name: topic_tools topic_tools_interfaces
target-ros2-distro: rolling
target-ros2-distro: lyrical
colcon-defaults: |
{
"build": {
Expand Down
Loading