Update build runner to macOS 11

macOS 10.15 is no longer supported by GitHub Actions or Homebrew.
This commit is contained in:
Clayton Smith 2023-02-08 17:21:14 -05:00
parent d862b536fa
commit a702ca6f43

View File

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