File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ defaults:
2121
2222jobs :
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
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
You can’t perform that action at this time.
0 commit comments