Skip to content

Commit 8bdbc60

Browse files
authored
Update macOS build matrix to use macos-15-intel instead of the deprecated macos-13 (#590)
1 parent 5ef0ec5 commit 8bdbc60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
matrix:
9393
buildplat:
9494
- [ubuntu-22.04, manylinux_x86_64]
95-
- [macos-13, macosx_x86_64]
96-
- [macos-13, macosx_arm64]
95+
- [macos-15-intel, macosx_x86_64]
96+
- [macos-15-intel, macosx_arm64]
9797
- [windows-2022, win_amd64]
9898
python: ["cp39", "cp310", "cp311", "cp312", "cp313", "cp314"]
9999

0 commit comments

Comments
 (0)