We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0b643 commit f3b9d00Copy full SHA for f3b9d00
.github/workflows/build-wheels-macos.yml
@@ -57,7 +57,7 @@ jobs:
57
id: set-matrix
58
run: |
59
$matrix = @{
60
- 'os' = "macos-13", "macos-12"
+ 'os' = "macos-13", "macos-14", "macos-15"
61
'pyver' = "3.11", "3.10"
62
}
63
0 commit comments