Skip to content

Commit f867d36

Browse files
committed
Build macos wheels on intel
1 parent 7d8da62 commit f867d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest, windows-latest, macos-latest]
16+
os: [ubuntu-latest, windows-latest, macos-12]
1717
env:
1818
CIBW_TEST_COMMAND: python -c "import numcodecs"
1919
CIBW_SKIP: "pp* cp36-* *-musllinux_* *win32 *_i686 *_s390x"
2020
CIBW_ARCHS_MACOS: 'x86_64 arm64'
2121
CIBW_TEST_SKIP: '*-macosx_arm64'
2222
# note: CIBW_ENVIRONMENT is now set in pyproject.toml
23-
23+
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:

0 commit comments

Comments
 (0)