From 9f975acf60c5be3db2b345bb95b39ad2d8627aca Mon Sep 17 00:00:00 2001 From: Kevin Meagher <11620178+kjmeagher@users.noreply.github.com> Date: Fri, 9 Feb 2024 18:27:27 -0600 Subject: [PATCH] use macos-13 --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 12e633a..512a670 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,9 +21,7 @@ jobs: os: [ubuntu-22.04] include: - python-version: "3.12" - os: macos-12 - - python-version: "3.12" - os: macos-14 + os: macos-13 steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}