Skip to content

Commit 764feec

Browse files
committed
Switch macos back to cross compile, since no runner is available for arm64 image.
1 parent 3aabf36 commit 764feec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,12 @@ jobs:
7171
needs: [build_sdist, testing]
7272
name: Build wheels on ${{ matrix.os }} (${{ matrix.cibw_archs }})
7373
runs-on: ${{ matrix.os }}
74+
env:
75+
CIBW_ARCHS_MACOS: "x86_64 arm64"
7476
strategy:
7577
fail-fast: ${{ inputs.fail-fast }}
7678
matrix:
77-
os: [ubuntu-22.04, windows-2022, macos-13, macos-13-arm64]
79+
os: [ubuntu-22.04, windows-2022, macos-13]
7880
CIBW_ARCHS: ["auto64"]
7981
include:
8082
- os: ubuntu-22.04

0 commit comments

Comments
 (0)