Skip to content

Commit dc72e58

Browse files
committed
Change runner name
1 parent 024ca5d commit dc72e58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
# Add arm64 support with a specific runner
4040
include:
4141
- architecture: arm64
42-
node-version: 20.X
43-
ubuntu-version: latest-arm64
42+
node-version: 22.X
43+
ubuntu-version: 24.04-arm
4444
steps:
4545
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
4646
uses: actions/setup-node@v4
@@ -62,8 +62,8 @@ jobs:
6262

6363
- name: Build and test rclnodejs
6464
run: |
65+
uname -a
6566
source /opt/ros/${{ needs.identify-ros-distro.outputs.distro }}/setup.bash
66-
echo "Building and testing rclnodejs on ${{ matrix.architecture }} architecture"
6767
npm i
6868
npm run lint
6969
npm test

0 commit comments

Comments
 (0)