Skip to content

Commit

Permalink
Use ubuntu noble image, disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Apr 28, 2024
1 parent f2a110a commit 3dd8584
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci-jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ jobs:
harmonic_ci:
runs-on: ubuntu-22.04
container:
image: ros:jazzy
image: ubuntu:noble
strategy:
fail-fast: false
matrix:
ROS_REPO: [testing, main]
steps:
- name: Setup ROS environment
uses: ros-tooling/[email protected]
with:
use-ros2-testing: ${{ matrix.ROS_REPO == 'testing' }}
- name: Run ROS CI
uses: ros-tooling/[email protected]
with:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/ci-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ jobs:
harmonic_ci:
runs-on: ubuntu-22.04
container:
image: ros:rolling
image: ubuntu:noble
strategy:
fail-fast: false
matrix:
ROS_REPO: [testing, main]
steps:
- name: Setup ROS environment
uses: ros-tooling/[email protected]
with:
use-ros2-testing: ${{ matrix.ROS_REPO == 'testing' }}
- name: Run ROS CI
uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit 3dd8584

Please sign in to comment.