Use Rodio backend for macOS builds

Gets rid of the dynamically linked PortAudio dependency
This commit is contained in:
Henrik Friedrichsen
2022-03-23 21:43:00 +01:00
parent 351de30f03
commit ac1cebdc3a
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ jobs:
- build_target: macos-x86_64
os: macos-latest
target: x86_64-apple-darwin
features: '--no-default-features --features portaudio_backend,pancurses_backend'
features: '--no-default-features --features rodio_backend,pancurses_backend'
- build_target: windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc