Remove macOS 11 from CI & build

It it no longer supprted by Homebrew.
This commit is contained in:
Clayton Smith 2023-10-03 22:29:29 -04:00
parent 669c83822b
commit 802ec772b7
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ jobs:
path: Gqrx-*.AppImage
macos:
name: MacOS
runs-on: macos-11
runs-on: macos-12
steps:
- name: Install dependencies
run: |

View File

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