Skip to content

Commit

Permalink
transition ci for rolling to noble (24.04) (#74)
Browse files Browse the repository at this point in the history
transition ci for rolling to noble

Signed-off-by: ijnek <[email protected]>
  • Loading branch information
ijnek authored Apr 23, 2024
1 parent d84511d commit f2fa213
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test_rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
# The runner will be ubuntu-latest, with a clean ubuntu jammy container
# The runner will be ubuntu-latest, with a clean ubuntu noble container
runs-on: ubuntu-latest
container:
image: ubuntu:jammy
image: ubuntu:noble

steps:
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@v0.7
with:
# The testing repository will be used
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
target-ros2-distro: rolling

0 comments on commit f2fa213

Please sign in to comment.