Skip to content

Commit

Permalink
exclude older python versions on macos-latest
Browse files Browse the repository at this point in the history
Signed-off-by: apetrynet <[email protected]>
  • Loading branch information
apetrynet committed Jun 13, 2024
1 parent 991caf3 commit d07eed2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
otio-version: [ "0.17.0", "main" ]
exclude:
- { os: macos-latest, python-version: 3.7 }
- { os: macos-latest, python-version: 3.8 }
- { os: macos-latest, python-version: 3.9 }

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit d07eed2

Please sign in to comment.