Skip to content

Commit

Permalink
pinned macos-13 to make use of pre-built wheels
Browse files Browse the repository at this point in the history
removed excluded older python versions on macos-latest

Signed-off-by: apetrynet <[email protected]>
  • Loading branch information
apetrynet committed Jun 13, 2024
1 parent b447387 commit c9d544f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ jobs:

strategy:
matrix:
# Use macos-13 so we'll be on intel hardware and can pull a pre-built wheel
# When OTIO has an Apple Silicon build we can switch back to macos-latest for that version
os: [ ubuntu-latest, macos-13, windows-latest ]
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 c9d544f

Please sign in to comment.