Skip to content

Commit 43eee74

Browse files
committed
build across supported oses
1 parent 1dd7cc0 commit 43eee74

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ jobs:
44
strategy:
55
matrix:
66
ros-distro: [eloquent]
7-
runs-on: ubuntu-latest
8-
# NB: this line would break if we tried to make ros-distro
9-
# an environment variable instead of a matrix entry
7+
runs-on: [ubuntu-latest, macos-latest, windows-latest]
8+
runs-on: ${{matrix.runs-on}}
109
container: ros:${{matrix.ros-distro}}-ros-base
1110
steps:
12-
- run: sudo rm -rf /etc/ros/rosdep/
1311
- uses: ros-tooling/setup-ros@0.0.25
1412
with:
1513
required-ros-distributions: ${{matrix.ros-distro}}

0 commit comments

Comments
 (0)