Skip to content

Commit 80314a4

Browse files
committed
Address comments
1 parent 3889eef commit 80314a4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/linux-arm64-build-and-test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,16 @@ jobs:
3030
node-version: [22.X]
3131
architecture: [arm64]
3232
ros_distribution:
33-
- humble
3433
- jazzy
3534
- kilted
36-
- rolling
3735
include:
38-
# Humble Hawksbill (May 2022 - May 2027)
39-
- docker_image: ubuntu:jammy
40-
ros_distribution: humble
4136
# Jazzy Jalisco (May 2024 - May 2029)
4237
- docker_image: ubuntu:noble
4338
ros_distribution: jazzy
4439
# Kilted Kaiju (May 2025 - Dec 2026)
4540
- docker_image: ubuntu:noble
4641
ros_distribution: kilted
47-
# Rolling Ridley (No End-Of-Life)
48-
- docker_image: ubuntu:noble
49-
ros_distribution: rolling
42+
5043
steps:
5144
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
5245
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)