Skip to content

Merge branch 'tim-janik-ffmpeg-7-ch_layout' #59

Merge branch 'tim-janik-ffmpeg-7-ch_layout'

Merge branch 'tim-janik-ffmpeg-7-ch_layout' #59

Workflow file for this run

# https://rhysd.github.io/actionlint/
name: Testing
on: [push]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Linux Build
run: misc/dbuild.sh
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Test macOS Build
run: misc/macbuild.sh
macos-13:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Test macOS Build
run: misc/macbuild.sh