From f6b95187edf43200c6f77b0eea820043c920aead Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Thu, 15 Jan 2026 15:01:38 -0500 Subject: [PATCH] Update macOS runner from macOS 13 to macOS 14 The macOS 13 runner is retired. --- .github/workflows/all-lints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all-lints.yml b/.github/workflows/all-lints.yml index de59ecf..feb4b0d 100644 --- a/.github/workflows/all-lints.yml +++ b/.github/workflows/all-lints.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-13, macos-latest, windows-latest] + os: [ubuntu-latest, macos-14, macos-latest, windows-latest] python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] exclude: - os: macos-latest