Skip to content

Commit d55dd85

Browse files
committed
updated python and runner versions
Signed-off-by: apetrynet <flehnerheener@gmail.com>
1 parent 1662957 commit d55dd85

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ jobs:
1919
test-plugin:
2020
strategy:
2121
matrix:
22-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
23-
# Use macos-13 so we'll be on intel hardware and can pull a pre-built wheel
24-
# When OTIO has an Apple Silicon build we can switch back to macos-latest for that version
25-
os: [ubuntu-latest, macos-13, windows-latest]
26-
otio-version: ["0.17.0", "main"]
22+
python-version: ["3.9", "3.10", "3.11" ,"3.12"]
23+
os: [ubuntu-latest, macos-14, macos-15-intel, windows-latest]
24+
otio-version: ["0.18.1" "main"]
2725

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

0 commit comments

Comments
 (0)