Skip to content

Commit 66b34ad

Browse files
committed
Comment out arm
1 parent 913bcdc commit 66b34ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
include:
1212
- os: ubuntu-20.04
1313
arch: x86_64
14-
- os: macos-14
15-
arch: arm64
14+
# - os: macos-14
15+
# arch: arm64
1616
- os: macos-latest
1717
arch: x86_64
1818
- os: windows-latest
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- name: Build wheels
27-
uses: pypa/[email protected].2
27+
uses: pypa/[email protected].5
2828
env:
2929
CIBW_ARCHS: ${{ matrix.arch }}
3030
CIBW_TEST_REQUIRES: pytest

0 commit comments

Comments
 (0)