From 697d12a51083096d63f433838ca37e112ea5c45e Mon Sep 17 00:00:00 2001 From: Luca Della Vedova Date: Sat, 1 Jun 2024 01:34:18 +0800 Subject: [PATCH] Use rolling for style action (#123) Signed-off-by: Luca Della Vedova --- .github/workflows/style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index c7c573e..165f170 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - docker_image: ['ros:jazzy-ros-base'] + docker_image: ['ros:rolling-ros-base'] container: image: ${{ matrix.docker_image }} steps: