From e041c6a3be34933364eb4e30f08c41bc55bcdb86 Mon Sep 17 00:00:00 2001 From: John Lambert Date: Mon, 13 Jan 2025 15:20:49 -0500 Subject: [PATCH] Can we just do macOS-13? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de2dadf..d38f9aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-14, windows-latest] + os: [ubuntu-latest, macos-13, windows-latest] python-version: ["3.9", "3.10", "3.11", "3.12"] defaults: run: