Skip to content

Commit f3b9d00

Browse files
committed
Add macos 14 and 15
1 parent 9a0b643 commit f3b9d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id: set-matrix
5858
run: |
5959
$matrix = @{
60-
'os' = "macos-13", "macos-12"
60+
'os' = "macos-13", "macos-14", "macos-15"
6161
'pyver' = "3.11", "3.10"
6262
}
6363

0 commit comments

Comments
 (0)