Skip to content

Commit

Permalink
exclude python 3.9 for macos-14 cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Feb 3, 2024
1 parent 91605f6 commit d109e59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d109e59

Please sign in to comment.