From c70049c789dbdd7271e93c3c80952946904fd40a Mon Sep 17 00:00:00 2001 From: Michael Ferguson Date: Tue, 23 Apr 2024 10:12:14 -0400 Subject: [PATCH] update CI to iron --- .github/workflows/industrial_ci_action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/industrial_ci_action.yaml b/.github/workflows/industrial_ci_action.yaml index 64a86c52..d37722ca 100644 --- a/.github/workflows/industrial_ci_action.yaml +++ b/.github/workflows/industrial_ci_action.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: env: - - {ROS_DISTRO: humble, ROS_REPO: main} + - {ROS_DISTRO: iron, ROS_REPO: main} runs-on: ubuntu-latest steps: - uses: actions/checkout@v1