diff --git a/.github/workflows/gh-ci-cron.yaml b/.github/workflows/gh-ci-cron.yaml index e29badec87f..7577f6045bb 100644 --- a/.github/workflows/gh-ci-cron.yaml +++ b/.github/workflows/gh-ci-cron.yaml @@ -275,7 +275,7 @@ jobs: os: [ubuntu-latest, macos-latest, macos-14, windows-latest] python-version: ["3.9", "3.10", "3.11", "3.12"] wheels: ['true', 'false'] - exclide: + exclude: - {os: "macos-14", python-version: "3.9"} steps: # Checkout to have access to local actions (i.e. setup-os)