Skip to content

Commit 8530bef

Browse files
Update GitHub Actions workflow for ROS 2
Simplified the workflow by removing the matrix strategy and specifying the OS directly.
1 parent 28f1959 commit 8530bef

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/humble.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ on:
99
- main
1010
jobs:
1111
build-and-test:
12-
runs-on: ${{ matrix.os }}
13-
strategy:
14-
matrix:
15-
os: [ubuntu-22.04]
16-
fail-fast: false
12+
runs-on: ubuntu-22.04
13+
container:
14+
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-desktop-latest
1715

1816
steps:
1917

0 commit comments

Comments
 (0)