Skip to content

Commit 9ab16a9

Browse files
Checking macos wheel build with ci
1 parent 7ecd3bf commit 9ab16a9

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
include:
40-
- os: ubuntu-latest
41-
- os: windows-latest
42-
# Intel runner (x86_64)
43-
- os: macos-13
44-
cibw_archs_macos: x86_64
45-
# Apple Silicon runner (arm64)
46-
# - os: macos-14
47-
# cibw_archs_macos: arm64
40+
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
4841

4942
steps:
5043
- uses: actions/checkout@v4
@@ -82,4 +75,4 @@ jobs:
8275
uses: actions/upload-artifact/merge@v4
8376
with:
8477
name: all-wheels
85-
pattern: wheels-*
78+
pattern: wheels-*

0 commit comments

Comments
 (0)