Skip to content

Commit

Permalink
Merge pull request #94 from ros-sports/use-latest-ci
Browse files Browse the repository at this point in the history
use latest ci for rolling
  • Loading branch information
ijnek authored Apr 21, 2024
2 parents 316af8f + 866aa3f commit 9cbc756
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 @@ -2,7 +2,7 @@

name: Build and Test (rolling)

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push
push:
Expand All @@ -22,13 +22,13 @@ 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:
- uses: ros-tooling/setup-ros@v0.7
- uses: ros-tooling/setup-ros@master
with:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
- uses: ros-tooling/action-ros-ci@master
with:
target-ros2-distro: rolling

0 comments on commit 9cbc756

Please sign in to comment.