Skip to content

Update to OTIO 0.18.1 #101

Update to OTIO 0.18.1

Update to OTIO 0.18.1 #101

Workflow file for this run

name: Main
on:
push:
pull_request:
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
runs-on: macos-26
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v