Skip to content

Commit 1853959

Browse files
committed
chore(ci): try arm runner
1 parent 231c86c commit 1853959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ jobs:
436436
fi
437437
438438
docker-build:
439-
runs-on: ${{ matrix.platform.name == 'arm64' && 'ubuntu-24.04-arm64' || 'ubuntu-latest' }}
439+
runs-on: ${{ matrix.platform.name == 'arm64' && 'ubuntu-22.04-arm' || 'ubuntu-latest' }}
440440
needs: version-generator
441441
timeout-minutes: 10
442442
env:

0 commit comments

Comments
 (0)