Skip to content

Commit 87fe726

Browse files
Not building amd64 wheels on macos due to GitHub changes.
1 parent 9ffe7fb commit 87fe726

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,20 +213,18 @@ jobs:
213213
runs-on: ${{ matrix.os }}
214214
strategy:
215215
matrix:
216-
os: [ubuntu-20.04, windows-latest, macos-latest]
216+
os: [ubuntu-20.04, windows-latest, macos-13, macos-14]
217217
arch: [auto]
218218
include:
219219
- os: ubuntu-20.04
220220
arch: aarch64
221-
- os: macos-latest
222-
arch: arm64
223221
steps:
224222
- uses: actions/checkout@v3
225223
- name: Set up QEMU
226224
if: ${{ matrix.arch == 'aarch64' }}
227225
uses: docker/setup-qemu-action@v2
228226
- name: Build wheels
229-
uses: pypa/cibuildwheel@v2.21.3
227+
uses: pypa/cibuildwheel@v2.22.0
230228
with:
231229
output-dir: dist
232230
env:

0 commit comments

Comments
 (0)