From 9f03e73915e5df22050da9f42276f574ad0b975d Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 5 Jan 2026 13:59:12 -0500 Subject: [PATCH] Remove macos-13 from CI as it's EOL and gone --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3959260..ac9d36f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -43,7 +43,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ 'ubuntu-24.04', 'ubuntu-22.04', 'macos-14', 'macos-13' ] + os: [ 'ubuntu-24.04', 'ubuntu-22.04', 'macos-14' ] python: [ '3.13', '3.12', '3.11', '3.10', '3.9', '3.8' ] name: Python ${{ matrix.python }} (${{ matrix.os }}) steps: