Skip to content

Commit

Permalink
Update workflow for Noetic (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <jacobmperron@gmail.com>
  • Loading branch information
jacobperron committed May 10, 2023
1 parent fbbe805 commit 04b25e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Expand Up @@ -2,18 +2,18 @@ name: Continuous Integration

on:
push:
branches: ['melodic']
branches: ['noetic']
pull_request:

jobs:
build_and_test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/setup-ros@v0.2
with:
required-ros-distributions: melodic
required-ros-distributions: noetic
- uses: ros-tooling/action-ros-ci@v0.2
with:
package-name: create_bringup create_description create_driver create_msgs create_robot
target-ros1-distro: melodic
target-ros1-distro: noetic

0 comments on commit 04b25e2

Please sign in to comment.