Skip to content

Commit

Permalink
changed to noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
gpearcey committed Dec 19, 2023
1 parent 5b455c7 commit 867a373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ros_version: [melodic]
ros_version: [noetic]
env:
ROS_DISTRO: ${{ matrix.ros_version }}

Expand All @@ -24,12 +24,12 @@ jobs:
- name: Set up ROS env
uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: melodic
required-ros-distributions: noetic

- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: prop_mapper
target-ros1-distro: melodic
target-ros1-distro: noetic
skip-tests: true

- name: Install dependencies
Expand Down

0 comments on commit 867a373

Please sign in to comment.