Skip to content

Commit e5e58e6

Browse files
committed
Remove win arm
1 parent c54d34f commit e5e58e6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,13 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel, windows-11-arm]
21+
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel]
2222
python: [cp310, cp311, cp312, cp313, cp314]
2323
python_impl: [Python]
2424
include:
2525
- python: cp312
2626
os: ubuntu-latest
2727
python_impl: Pyodide
28-
exclude:
29-
- os: windows-11-arm
30-
python: cp310
3128
env:
3229
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
3330
CIBW_BUILD: ${{ matrix.python }}-*

0 commit comments

Comments
 (0)