We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd7cc0 commit 43eee74Copy full SHA for 43eee74
.github/workflows/main.yml
@@ -4,12 +4,10 @@ jobs:
4
strategy:
5
matrix:
6
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
+ runs-on: [ubuntu-latest, macos-latest, windows-latest]
+ runs-on: ${{matrix.runs-on}}
10
container: ros:${{matrix.ros-distro}}-ros-base
11
steps:
12
- - run: sudo rm -rf /etc/ros/rosdep/
13
- uses: ros-tooling/setup-ros@0.0.25
14
with:
15
required-ros-distributions: ${{matrix.ros-distro}}
0 commit comments