Skip to content

Commit

Permalink
Remove macOS 11 from CI & build
Browse files Browse the repository at this point in the history
It it no longer supprted by Homebrew.
  • Loading branch information
argilo committed Oct 4, 2023
1 parent 669c838 commit 802ec77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
path: Gqrx-*.AppImage
macos:
name: MacOS
runs-on: macos-11
runs-on: macos-12
steps:
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 802ec77

Please sign in to comment.