From b60c254f34071069bac6aee236970ed04a08e49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Mon, 29 Apr 2024 10:21:34 +0200 Subject: [PATCH] updated CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- .github/workflows/basic-build-ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/basic-build-ci.yaml b/.github/workflows/basic-build-ci.yaml index e308066fb..540721b4b 100644 --- a/.github/workflows/basic-build-ci.yaml +++ b/.github/workflows/basic-build-ci.yaml @@ -2,20 +2,20 @@ name: Basic Build Workflow on: push: - branches: [rolling] + branches: [iron] pull_request: types: [opened, reopened, synchronize] jobs: - build-rolling: + build-iron: runs-on: ubuntu-latest strategy: fail-fast: false container: - image: osrf/ros2:testing + image: ros:iron-ros-core steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Create Workspace run: | mkdir src_tmp