Skip to content

Commit

Permalink
Fix rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Mar 7, 2024
1 parent 245ecce commit c808931
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
micro_ros_build:
runs-on: ubuntu-latest
container:
image: ubuntu:jammy
image: ubuntu:24.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
with:
path: src/micro_ros_setup

- uses: ros-tooling/[email protected].0
- uses: ros-tooling/[email protected].1
with:
use-ros2-testing: false
required-ros-distributions: ${{ env.ROS_DISTRO }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:
path: src/micro_ros_setup

- uses: ros-tooling/[email protected].0
- uses: ros-tooling/[email protected].1
with:
use-ros2-testing: false
required-ros-distributions: ${{ env.ROS_DISTRO }}
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
with:
path: src/micro_ros_setup

- uses: ros-tooling/[email protected].0
- uses: ros-tooling/[email protected].1
with:
use-ros2-testing: false
required-ros-distributions: ${{ env.ROS_DISTRO }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
include:
- distro: rolling
branch: rolling
image: ubuntu:jammy
image: ubuntu:24.04
- distro: iron
branch: iron
image: ubuntu:jammy
Expand All @@ -34,7 +34,7 @@ jobs:
path: src/micro_ros_setup
ref: ${{ matrix.branch }}

- uses: ros-tooling/[email protected].0
- uses: ros-tooling/[email protected].1
with:
use-ros2-testing: false
required-ros-distributions: ${{ matrix.distro }}
Expand Down Expand Up @@ -527,7 +527,7 @@ jobs:
path: src/micro_ros_setup
ref: ${{ matrix.branch }}

- uses: ros-tooling/[email protected].0
- uses: ros-tooling/[email protected].1
with:
use-ros2-testing: false
required-ros-distributions: ${{ matrix.distro }}
Expand Down Expand Up @@ -588,7 +588,7 @@ jobs:
path: src/micro_ros_setup
ref: ${{ matrix.branch }}

- uses: ros-tooling/[email protected].0
- uses: ros-tooling/[email protected].1
with:
use-ros2-testing: false
required-ros-distributions: ${{ matrix.distro }}
Expand Down

0 comments on commit c808931

Please sign in to comment.