From d109e59c82478c5b43820800f8966b68619ea25a Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Sat, 3 Feb 2024 11:47:08 +0100 Subject: [PATCH] exclude python 3.9 for macos-14 cron job --- .github/workflows/gh-ci-cron.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh-ci-cron.yaml b/.github/workflows/gh-ci-cron.yaml index 83367ca270a..e29badec87f 100644 --- a/.github/workflows/gh-ci-cron.yaml +++ b/.github/workflows/gh-ci-cron.yaml @@ -275,6 +275,8 @@ jobs: os: [ubuntu-latest, macos-latest, macos-14, windows-latest] python-version: ["3.9", "3.10", "3.11", "3.12"] wheels: ['true', 'false'] + exclide: + - {os: "macos-14", python-version: "3.9"} steps: # Checkout to have access to local actions (i.e. setup-os) - uses: actions/checkout@v4