Skip to content

Commit a5efcd9

Browse files
committed
update macOS matrix to include macOS 15 for wheel builds
1 parent 38a0b09 commit a5efcd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
19+
os: [ubuntu-latest, windows-latest, macos-14, macos-15-intel]
2020

2121
steps:
2222
- name: Checkout code

0 commit comments

Comments
 (0)