Skip to content

Commit f25f939

Browse files
authored
remove deprecated macos-10 platform from GA workflow
1 parent ac6eb94 commit f25f939

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
@@ -30,7 +30,7 @@ jobs:
3030
needs: [todos_annotated]
3131
strategy:
3232
matrix:
33-
platform: [ubuntu-latest, macos-10.15, macos-12, windows-latest]
33+
platform: [ubuntu-latest, macos-12, windows-latest]
3434
python-version: ["3.7", "3.8", "3.9", "3.10"]
3535
exclude:
3636
- platform: macos-12

0 commit comments

Comments
 (0)