1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

Update to MacOS 12, as brew complains about 11 being unsupported

This commit is contained in:
Jon Beniston
2023-10-22 14:27:06 +01:00
parent 9799874c17
commit 842d90f268
+1 -1
View File
@@ -100,7 +100,7 @@ jobs:
files: ${{ github.workspace }}/build/sdrangel-${{ steps.get_version.outputs.version }}-win64.exe
build_mac:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v3
with: