Skip to content

Commit

Permalink
Update container tags to fix catkin build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim committed Jul 31, 2022
1 parent 4a6573d commit 757a764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/catkin_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
matrix:
config:
- {rosdistro: 'melodic', container: 'px4io/px4-dev-ros-melodic:2021-05-31'}
- {rosdistro: 'noetic', container: 'px4io/px4-dev-ros-noetic:2021-05-31'}
# - {rosdistro: 'melodic', container: 'px4io/px4-dev-ros-melodic:2021-12-11'}
- {rosdistro: 'noetic', container: 'px4io/px4-dev-ros-noetic:2022-07-31'}
container: ${{ matrix.config.container }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 757a764

Please sign in to comment.