mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Try macos-12
This commit is contained in:
parent
b96b4b60b4
commit
1ca63912b6
6
.github/workflows/mac.yml
vendored
6
.github/workflows/mac.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_mac_x64:
|
build_mac_x64:
|
||||||
runs-on: macos-13
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -37,10 +37,6 @@ jobs:
|
|||||||
host: 'mac'
|
host: 'mac'
|
||||||
arch: 'clang_64'
|
arch: 'clang_64'
|
||||||
modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools qtwebchannel'
|
modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools qtwebchannel'
|
||||||
- name: "Workaround for hdiutil: create failed - Resource busy - https://github.com/actions/runner-images/issues/7522"
|
|
||||||
run: |
|
|
||||||
echo killing...; sudo pkill -9 XProtect >/dev/null || true;
|
|
||||||
echo waiting...; while pgrep XProtect; do sleep 3; done;
|
|
||||||
- name: Configure SDRangel
|
- name: Configure SDRangel
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
Loading…
Reference in New Issue
Block a user