Skip to content

Match Core Audio channel layouts for FLAC #2002

Match Core Audio channel layouts for FLAC

Match Core Audio channel layouts for FLAC #2002

Workflow file for this run

name: Swift
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: macos-latest
steps:
- name: Set Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Checkout
uses: actions/checkout@v6
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v