We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3892c0d commit f6b9518Copy full SHA for f6b9518
1 file changed
.github/workflows/all-lints.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-14, macos-latest, windows-latest]
12
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
13
exclude:
14
- os: macos-latest
0 commit comments