Add macOS 13 to CI

This commit is contained in:
Clayton Smith 2024-03-14 16:29:18 -04:00
parent 1eea47feb0
commit da7012dcca

View File

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