Skip to content

Commit 1b41a48

Browse files
committed
update platforms
1 parent b70a084 commit 1b41a48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
11+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-14]
1212

1313
steps:
1414
- uses: actions/checkout@v6
1515

1616
- name: Build wheels
17-
uses: pypa/cibuildwheel@v3.3.0
17+
uses: pypa/cibuildwheel@v3.3.1
1818
env:
1919
CIBW_SKIP: "*musllinux*"
2020
CIBW_TEST_REQUIRES: pytest

0 commit comments

Comments
 (0)