Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valboz authored Feb 6, 2025
1 parent b8381a1 commit d6cccb4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, windows-latest, macos-latest]

os: [ubuntu-latest, windows-latest, macos-13,macos-14] # was macos-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -22,7 +20,8 @@ jobs:

- name: Build wheels
uses: pypa/[email protected]
CIBW_ARCHS_LINUX:auto aarch64 ppc64le s390x
env:
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
# env:
# CIBW_SOME_OPTION: value
# ...
Expand Down

0 comments on commit d6cccb4

Please sign in to comment.