Skip to content

Commit

Permalink
Run CI with Jazzy (#167)
Browse files Browse the repository at this point in the history
* Update tpm job to build against jazzy

Signed-off-by: Yadunund <[email protected]>

* Add jazzy to usual build and style workflows

Signed-off-by: Yadunund <[email protected]>

---------

Signed-off-by: Yadunund <[email protected]>
Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund authored May 24, 2024
1 parent d91a498 commit f9ed291
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 40 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
docker_image: ['ros:iron-ros-base', 'ros:rolling-ros-base']
distro: ['iron', 'jazzy', 'rolling']
container:
image: ${{ matrix.docker_image }}
image: ros:${{ matrix.distro }}-ros-base
timeout-minutes: 30
steps:
- name: Deps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
docker_image: ['ros:iron-ros-base', 'ros:rolling-ros-base']
distro: ['iron', 'jazzy', 'rolling']
container:
image: ${{ matrix.docker_image }}
image: ros:${{ matrix.distro }}-ros-base
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/tmp_build_noble.yaml

This file was deleted.

0 comments on commit f9ed291

Please sign in to comment.