Skip to content

Commit 7994534

Browse files
authored
Merge pull request #1 from a1cd/patch-1
Patch 1
2 parents 48f8d57 + f8cc549 commit 7994534

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ros2_ci.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@ jobs:
2727
- {HUB_REPO: ros2, HUB_RELEASE: testing}
2828
- {HUB_REPO: ros2, HUB_RELEASE: source}
2929
- {HUB_REPO: ros2, HUB_RELEASE: nightly}
30-
runs-on: ubuntu-latest
30+
platform:
31+
- ubuntu-latest
32+
- windows-latest
33+
- ubuntu-24.04-arm
34+
- windows-11-arm
35+
- macos-13
36+
- macos-latest
37+
runs-on: ${{matrix.platform}}
3138
steps:
3239
- uses: actions/checkout@v5
3340
- name: Check and build ROS 2 image

0 commit comments

Comments
 (0)