Skip to content

Commit

Permalink
Switch CI to Jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Schoenmakers committed Oct 10, 2024
1 parent daa00ac commit ebbe049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: ros}
- {ROS_DISTRO: jazzy, ROS_REPO: ros}
- {ROS_DISTRO: rolling, ROS_REPO: ros}
env:
PYLINT_ARGS: "--errors-only --ignore-paths=^.*src/executive_smach/smach/smach/user_data.py$,^.*src/executive_smach/smach/smach/user_data.py$,^.*src/executive_smach/smach_ros/smach_ros/service_state.py$,^.*src/executive_smach/smach_ros/smach_ros/simple_action_state.py$,^.*src/executive_smach/smach_ros/test/.*$"
PYLINT_CHECK: true
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: 'ros-industrial/industrial_ci@master'
Expand Down

0 comments on commit ebbe049

Please sign in to comment.