Skip to content

Commit

Permalink
Comment out arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Feb 29, 2024
1 parent 913bcdc commit 66b34ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
include:
- os: ubuntu-20.04
arch: x86_64
- os: macos-14
arch: arm64
# - os: macos-14
# arch: arm64
- os: macos-latest
arch: x86_64
- os: windows-latest
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_TEST_REQUIRES: pytest
Expand Down

0 comments on commit 66b34ad

Please sign in to comment.