Skip to content

Commit 3230178

Browse files
committed
Remove macos-12 from CI.
1 parent 28d7953 commit 3230178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-latest, macos-12, macos-latest, windows-latest]
30+
os: [ubuntu-latest, macos-latest, windows-latest]
3131
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-2.7', 'pypy-3.9']
3232
exclude:
3333
# macos-latest does not have Python 3.7

0 commit comments

Comments
 (0)