Skip to content

Commit 3889eef

Browse files
committed
Address comments
1 parent 7e2b843 commit 3889eef

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/windows-build-and-test.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,14 @@ jobs:
2828
- kilted
2929
- rolling
3030
include:
31-
# Humble Hawksbill (May 2022 - May 2027)
32-
- docker_image: ubuntu:jammy
33-
ros_distribution: humble
31+
# Humble Hawksbill (May 2022 - May 2027)
32+
- ros_distribution: humble
3433
# Jazzy Jalisco (May 2024 - May 2029)
35-
- docker_image: ubuntu:noble
36-
ros_distribution: jazzy
34+
- ros_distribution: jazzy
3735
# Kilted Kaiju (May 2025 - Dec 2026)
38-
- docker_image: ubuntu:noble
39-
ros_distribution: kilted
36+
- ros_distribution: kilted
4037
# Rolling Ridley (No End-Of-Life)
41-
- docker_image: ubuntu:noble
42-
ros_distribution: rolling
38+
- ros_distribution: rolling
4339
steps:
4440
- name: Setup Node.js ${{ matrix.node-version }}
4541
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)