diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82efb03..fa0f591 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'