Skip to content

Commit 4789856

Browse files
committed
wip
1 parent 3c6d8e4 commit 4789856

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# macos-13 is an intel runner, macos-14 is apple silicon
12-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-13, macos-14]
12+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
1313

1414
steps:
1515
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,5 @@ warn_unreachable = true
7171
[tool.cibuildwheel]
7272
skip = ["cp38-*", "cp314*"]
7373

74-
[tool.cibuildwheel.macos]
75-
archs = ["arm64"]
76-
77-
[tool.cibuildwheel.linux]
78-
archs = ["x86_64", "aarch64"]
79-
8074
[tool.cibuildwheel.windows]
8175
archs = ["AMD64", "x86"]

0 commit comments

Comments
 (0)