From 057dc56a827d4fc67139a768e6f1231f1eb4d224 Mon Sep 17 00:00:00 2001 From: pgleeson Date: Thu, 11 Apr 2024 16:35:33 +0100 Subject: [PATCH] Test on macos-14 --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9a30f8..9128aed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,12 @@ jobs: fail-fast: false matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - runs-on: [ubuntu-latest, windows-latest, macos-latest] + runs-on: [ubuntu-latest, windows-latest, macos-latest, macos-14] + exclude: + - runs-on: macos-14 + python-version: "3.8" + - runs-on: macos-14 + python-version: "3.9" steps: - uses: actions/checkout@v4