From 91144a501a514bfd568b6f5e8b5486460012488b Mon Sep 17 00:00:00 2001 From: Michael Ferguson Date: Thu, 26 Sep 2024 14:40:04 -0400 Subject: [PATCH] update CI to also run on jazzy (#172) --- .github/workflows/industrial_ci_action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/industrial_ci_action.yaml b/.github/workflows/industrial_ci_action.yaml index d37722ca..bf4f4e16 100644 --- a/.github/workflows/industrial_ci_action.yaml +++ b/.github/workflows/industrial_ci_action.yaml @@ -12,6 +12,7 @@ jobs: matrix: env: - {ROS_DISTRO: iron, ROS_REPO: main} + - {ROS_DISTRO: jazzy, ROS_REPO: main} runs-on: ubuntu-latest steps: - uses: actions/checkout@v1