Skip to content

Commit ab76874

Browse files
authored
Merge pull request #21 from RytoEX/update-macos-runner
Update macOS runner from macOS 13 to macOS 14
2 parents 3892c0d + f6b9518 commit ab76874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/all-lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
11+
os: [ubuntu-latest, macos-14, macos-latest, windows-latest]
1212
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1313
exclude:
1414
- os: macos-latest

0 commit comments

Comments
 (0)