Skip to content

Commit

Permalink
test fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Beniamino Pozzan <[email protected]>
  • Loading branch information
beniaminopozzan committed Oct 6, 2024
1 parent 65e0028 commit afeba08
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,14 @@ defaults:
shell: bash

jobs:
focal:
name: "Build on Ubuntu Focal"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: foxy
- uses: ros-tooling/[email protected]
with:
package-name: px4_msgs
target-ros2-distro: foxy
jammy:
name: "Build on Ubuntu Jammy"
runs-on: ubuntu-22.04
strategy:
matrix:
ros2_distro: [humble, rolling]
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.ros2_distro }}
- uses: ros-tooling/[email protected]
Expand Down

0 comments on commit afeba08

Please sign in to comment.