Skip to content

Commit d9cd78f

Browse files
committed
MAINT: include macosx-arm64 openblas builds
Change away from Cirrus CI was made in numpy#29069.
1 parent 0f80c36 commit d9cd78f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646

4747
# targeting macos >= 14. Could probably build on macos-14, but it would be a cross-compile
4848
- [macos-13, macosx_x86_64, accelerate]
49-
- [macos-14, macosx_arm64, accelerate] # always use accelerate
49+
- [macos-14, macosx_arm64, openblas]
50+
- [macos-14, macosx_arm64, accelerate]
5051
- [windows-2022, win_amd64, ""]
5152
- [windows-2022, win32, ""]
5253
- [windows-11-arm, win_arm64, ""]

0 commit comments

Comments
 (0)