Skip to content

Commit 0b90066

Browse files
authored
add macos-10 and macos-12 builds
1 parent 97e433e commit 0b90066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
strategy:
2020
matrix:
21-
platform: [ubuntu-latest, macos-latest, windows-latest]
21+
platform: [ubuntu-latest, macos-10, macos-11, macOS-12, windows-latest]
2222
python-version: ["3.7", "3.8", "3.9", "3.10"]
2323
exclude:
2424
- platform: windows-latest

0 commit comments

Comments
 (0)