We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb96522 commit 97ad92eCopy full SHA for 97ad92e
.github/workflows/build_default.yml
@@ -42,8 +42,6 @@ jobs:
42
include:
43
- os: ubuntu-latest
44
cibw_archs: "x86_64"
45
- - os: ubuntu-latest
46
- cibw_archs: "aarch64"
47
- os: windows-2022
48
cibw_archs: "auto64"
49
# Include macos-13 to get Intel x86_64 macs and maos-latest to get the Aaarch64 macs
@@ -55,13 +53,6 @@ jobs:
55
53
steps:
56
54
- uses: actions/checkout@master
57
58
- # This might not be necessary once ARM runners become available for general use
59
- - name: Set up QEMU
60
- if: matrix.cibw_archs == 'aarch64'
61
- uses: docker/setup-qemu-action@v3
62
- with:
63
- platforms: arm64
64
-
65
- name: Build wheels
66
uses: pypa/[email protected]
67
with:
0 commit comments