From a2f6587db384893be0870aa81d2f0f648bc5418e Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Wed, 24 Apr 2024 16:58:53 -0400 Subject: [PATCH] ci: fix typo --- .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 ce24743..7f7adf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,12 @@ jobs: fail-fast: false matrix: python-version: ["3.8", "3.12"] - runs-on: [ubuntu-latest, macos-13, windows-latest, macos-14] + runs-on: [ubuntu-latest, macos-13, windows-latest] + include: + - python-version: "3.12" + runs-on: macos-14 + +