File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ defaults:
2121
2222jobs :
2323 build :
24- runs-on : ubuntu-latest
24+ runs-on : ubuntu-latest-arm
2525 container :
2626 image : ${{ matrix.docker_image }}
2727 strategy :
@@ -36,16 +36,16 @@ jobs:
3636 - rolling
3737 include :
3838 # Humble Hawksbill (May 2022 - May 2027)
39- - docker_image : ubuntu:jammy-arm
39+ - docker_image : ubuntu:jammy
4040 ros_distribution : humble
4141 # Jazzy Jalisco (May 2024 - May 2029)
42- - docker_image : ubuntu:noble-arm
42+ - docker_image : ubuntu:noble
4343 ros_distribution : jazzy
4444 # Kilted Kaiju (May 2025 - Dec 2026)
45- - docker_image : ubuntu:noble-arm
45+ - docker_image : ubuntu:noble
4646 ros_distribution : kilted
4747 # Rolling Ridley (No End-Of-Life)
48- - docker_image : ubuntu:noble-arm
48+ - docker_image : ubuntu:noble
4949 ros_distribution : rolling
5050 steps :
5151 - name : Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
You can’t perform that action at this time.
0 commit comments