Skip to content

Commit

Permalink
added mising quote in ci.yml and restricted to macos-13 to avoid miss…
Browse files Browse the repository at this point in the history
…ing binary on apple silicon (#10)

* added mising quote in ci.yml
* excluded macos-14 python3.7 from test matrix
* use macos-13 so we can use intel pre-built wheels
* added main back to otio version matrix, removed superfluous matrix exception

---------

Signed-off-by: Eric Reinecke <[email protected]>
  • Loading branch information
reinecke authored Jun 13, 2024
1 parent 6644cc7 commit ff2240c
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,10 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]
otio-version: ["0.17.0]
# TODO Once we have landed extracted adapters we replace otio-version
#otio-version: ["0.15.0", "main"]

# We exclude this combination as it's not supported on all
# platforms at the time of this commit
exclude:
- python-version: "3.11"
otio-version: "0.15.0"
# 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]
otio-version: ["0.17.0", "main"]

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

Expand Down

0 comments on commit ff2240c

Please sign in to comment.