Skip to content

Commit

Permalink
chore: merge pull request #7 from ichiro-its/use-latest-distro
Browse files Browse the repository at this point in the history
Update Default ROS 2 Distribution to ROS 2 Iron Irwini
  • Loading branch information
threeal authored Oct 31, 2023
2 parents 783e4a4 + bf3c880 commit 88296ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
ros2-distro: foxy
- os: ubuntu-20.04
ros2-distro: galactic
- os: ubuntu-22.04
ros2-distro: humble
- os: ubuntu-22.04
ros2-distro: iron
steps:
- name: Checkout this repository
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: ichiro-its/ros2-build-and-test-action@main
```
> This will be defaulted to use [ROS 2 Foxy Fitzroy](https://docs.ros.org/en/foxy/Releases/Release-Foxy-Fitzroy.html).
> This will be defaulted to use [ROS 2 Iron Irwini](https://docs.ros.org/en/foxy/Releases/Release-Iron-Irwini.html).
> It's recommended to not checkout the repository in the root directory.
> Else, test could be failed because the package's files are mixed with the build result.
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Build and test workspace
uses: ichiro-its/ros2-build-and-test-action@main
with:
ros2-distro: dashing
ros2-distro: rolling
```
## License
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
ros2-distro:
description: 'The ROS 2 distribution to be used.'
required: false
default: 'foxy'
default: 'iron'
runs:
using: 'composite'
steps:
Expand Down

0 comments on commit 88296ae

Please sign in to comment.