-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Beniamino Pozzan <[email protected]>
- Loading branch information
1 parent
b7edac4
commit 0200901
Showing
1 changed file
with
0 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,18 +11,6 @@ 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 | ||
|