Skip to content

Commit 47aeceb

Browse files
authored
Merge pull request #64 from siliconcompiler/arm-runners
use arm runners
2 parents 9fbaae8 + 6ec0703 commit 47aeceb

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
platform:
2727
- os: ubuntu-latest
2828
arch: x86_64
29-
- os: ubuntu-latest
29+
- os: ubuntu-24.04-arm
3030
arch: aarch64
3131
- os: macos-13
3232
arch: universal
@@ -42,14 +42,6 @@ jobs:
4242
submodules: true
4343
fetch-depth: 0
4444

45-
# This facilitates building Linux+arm64 wheels
46-
# https://cibuildwheel.readthedocs.io/en/stable/faq/#emulation
47-
- name: Set up QEMU
48-
if: runner.os == 'Linux'
49-
uses: docker/setup-qemu-action@v3
50-
with:
51-
platforms: all
52-
5345
- name: Setup env (Windows)
5446
if: matrix.platform.os == 'windows-latest'
5547
run: |

0 commit comments

Comments
 (0)