Add macOS 12 to CI

This commit is contained in:
Clayton Smith 2022-07-16 22:01:46 -04:00
parent 287d82d831
commit f0ff2e1f57

View File

@ -36,7 +36,7 @@ jobs:
name: MacOS CI
strategy:
matrix:
os: [macos-10.15, macos-11.0]
os: [macos-10.15, macos-11, macos-12]
backend: [Portaudio, Gr-audio]
runs-on: ${{ matrix.os }}
steps: