From 48ece9e8191456c706b05e2782feaed5a48e31e4 Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Mon, 10 Jun 2024 23:54:34 -0700 Subject: [PATCH 1/2] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 722e8d0..79df1a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: python-version: [3.9, "3.10", "3.11", "3.12"] # Add more versions as needed - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest, macos-13, macos-14] runs-on: ${{ matrix.os }} From a55db4c5c622d7987cfcb1dcf7a72126aff50f8c Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Tue, 11 Jun 2024 00:01:19 -0700 Subject: [PATCH 2/2] Update publish.yaml - Update macos versions --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c20836b..c4833bc 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -9,7 +9,7 @@ jobs: strategy: matrix: python-version: [3.9, "3.10", "3.11", "3.12"] # Add more versions as needed - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest, macos-13, macos-14] runs-on: ${{ matrix.os }}