Skip to content

Commit 6c1999c

Browse files
committed
Fix macOS matrix excludes
Fix an oversight from ab76874 where the matrix was not properly updated to exclude older Python.
1 parent ab76874 commit 6c1999c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/all-lints.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ jobs:
1717
python-version: 3.9
1818
- os: macos-latest
1919
python-version: 3.10
20-
- os: macos-13
21-
python-version: 3.11
22-
- os: macos-13
23-
python-version: 3.12
20+
- os: macos-14
21+
python-version: 3.8
22+
- os: macos-14
23+
python-version: 3.9
24+
- os: macos-14
25+
python-version: 3.10
2426

2527
steps:
2628
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)