generated from ijnek/ros2_template_repo
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This is a basic workflow to help you get started with Actions | ||
|
||
name: Build and Test (iron) | ||
name: Build and Test (jazzy) | ||
|
||
# Controls when the action will run. | ||
on: | ||
|
@@ -22,7 +22,7 @@ jobs: | |
# The type of runner that the job will run on | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ubuntu:jammy | ||
image: ubuntu:noble | ||
|
||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
|
@@ -31,4 +31,4 @@ jobs: | |
use-ros2-testing: true | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
target-ros2-distro: iron | ||
target-ros2-distro: jazzy |
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
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