Skip to content

Commit 419c5ef

Browse files
committed
ci: Use arm64 runner for arm64 jobs
1 parent a6b3ecc commit 419c5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build:
8-
runs-on: ubuntu-latest
8+
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
99
strategy:
1010
fail-fast: false
1111
matrix:

0 commit comments

Comments
 (0)