Skip to content

Commit 414a2dd

Browse files
committed
Use arm64 runner for arm64 wheels
Should improve performance of the vitalized build step
1 parent 2b99334 commit 414a2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
212212
linux-wheels:
213213
needs: [ruff, mypy]
214-
runs-on: "ubuntu-latest"
214+
runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-24.04-arm' || 'ubuntu-latest'}}
215215
strategy:
216216
matrix:
217217
arch: ["x86_64", "aarch64"]

0 commit comments

Comments
 (0)