From 514cbd618e2b4fc971612f4c84b3b9cc080e3130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20Guerrero?= <55832002+jmguerreroh@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:36:08 +0200 Subject: [PATCH] Update master.yaml --- .github/workflows/master.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index f94eee2..1d6b25d 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -1,18 +1,18 @@ -name: jazzy +name: rolling on: pull_request: branches: - - jazzy + - rolling push: branches: - - jazzy + - rolling jobs: build-and-test: runs-on: ${{ matrix.os }} container: - image: osrf/ros:jazzy-desktop + image: osrf/ros:rolling-desktop strategy: matrix: os: [ubuntu-24.04] @@ -24,7 +24,7 @@ jobs: uses: ros-tooling/action-ros-ci@0.2.6 with: package-name: computer_vision - target-ros2-distro: jazzy + target-ros2-distro: rolling vcs-repo-file-url: "" colcon-defaults: | {