added first mac workflow

a first test...
This commit is contained in:
dj2ls 2022-02-16 16:53:48 +01:00
parent 244e20bd09
commit 625afdb8b0

View file

@ -6,7 +6,7 @@ on:
jobs:
build_linux_release:
name: Build Linux release
name: Build macOS release
runs-on: ${{ matrix.os }}
strategy:
matrix:
@ -29,7 +29,7 @@ jobs:
- name: Install Linux dependencies
- name: Install macOS dependencies
if: matrix.os == 'macos-10.15'
run: |
python -m pip install --upgrade pip
@ -44,7 +44,6 @@ jobs:
- name: Install Portaudio
if: matrix.os == 'macos-10.15'
run: |
xcode-select --install
brew remove portaudio
brew install portaudio
pip3 install pyaudio