Skip to content

Commit 6b0aca4

Browse files
committed
use the linux arm64 runner, is faster
1 parent d8eac51 commit 6b0aca4

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,16 @@ jobs:
3434

3535

3636
build_wheels:
37-
name: Wheels on ${{ matrix.os }}${{ matrix.extra }}
37+
name: Wheels on ${{ matrix.os }}
3838
runs-on: ${{ matrix.os }}
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ubuntu-latest, windows-latest, macos-latest]
43-
arch_linux: ["auto"]
44-
extra: [""]
45-
include:
46-
- os: ubuntu-latest
47-
arch_linux: "aarch64"
48-
extra: " - aarch64"
49-
artifact-extra: "-aarch64"
42+
os: [ubuntu-latest, windows-latest, macos-latest, ubuntu-arm64-latest]
43+
5044
steps:
5145
- uses: actions/checkout@v4
5246

53-
- name: Set up QEMU
54-
if: runner.os == 'Linux'
55-
uses: docker/setup-qemu-action@v3
56-
with:
57-
platforms: all
58-
5947
- uses: pypa/[email protected]
6048
env:
6149
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
@@ -69,7 +57,7 @@ jobs:
6957
- name: Upload wheels
7058
uses: actions/upload-artifact@v4
7159
with:
72-
name: wheel-${{ matrix.os }}${{ matrix.artifact-extra }}
60+
name: wheel-${{ matrix.os }}
7361
path: wheelhouse/*.whl
7462
compression-level: 0
7563
if-no-files-found: error

0 commit comments

Comments
 (0)