Skip to content

Commit a7a85e7

Browse files
committed
Try Apple Silicon again
1 parent fc2a734 commit a7a85e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
# Do not build for macos-14 (Apple Silicon) yet. It is failing in an odd way.
38-
os: [ubuntu-latest, macos-13]
37+
os: [ubuntu-latest, macos-13, macos-14]
3938
steps:
4039
- uses: actions/checkout@v4
4140
- name: Build wheels

0 commit comments

Comments
 (0)