Skip to content

Commit 8df7187

Browse files
committed
Only target on node 22.x for arm
1 parent 1848586 commit 8df7187

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

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

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ defaults:
2121

2222
jobs:
2323
build:
24-
runs-on: ubuntu-latest-arm
24+
runs-on: ubuntu-24.04-arm
2525
container:
2626
image: ${{ matrix.docker_image }}
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
node-version: [20.X, 22.X, 24.X]
30+
node-version: [22.X]
3131
architecture: [arm64]
3232
ros_distribution:
3333
- humble
@@ -73,20 +73,3 @@ jobs:
7373
npm run lint
7474
npm test
7575
npm run clean
76-
77-
- name: Coveralls Parallel
78-
uses: coverallsapp/github-action@v2
79-
with:
80-
github-token: ${{ secrets.GITHUB_TOKEN }}
81-
flag-name: run-${{ matrix.node-version }}-${{ matrix.architecture }}
82-
parallel: true
83-
84-
finish:
85-
needs: build
86-
runs-on: ubuntu-latest
87-
steps:
88-
- name: Coveralls Finished
89-
uses: coverallsapp/github-action@v2
90-
with:
91-
github-token: ${{ secrets.GITHUB_TOKEN }}
92-
parallel-finished: true

0 commit comments

Comments
 (0)