Skip to content

Commit

Permalink
CI: Fix MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisslav2011 committed Sep 24, 2024
1 parent 10d3431 commit 73f1b2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
path: Gqrx-*.AppImage
macos:
name: MacOS
runs-on: macos-12
runs-on: macos-13
steps:
- name: Check for Secret availability
id: secret-check
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
cd build
cmake ..
make -j4
make install
sudo make install
cd /tmp
cp /Library/Frameworks/iio.framework/iio /usr/local/lib/libiio.dylib
Expand All @@ -221,7 +221,7 @@ jobs:
cd build
cmake ..
make -j4
make install
sudo make install
cd /tmp
git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git
Expand All @@ -230,7 +230,7 @@ jobs:
cd build
cmake -DCMAKE_CXX_FLAGS=-Wno-register ..
LIBRARY_PATH=/usr/local/opt/icu4c/lib make -j4
make install
sudo make install
- name: Install Apple certificate
if: ${{ steps.secret-check.outputs.available == 'true' }}
env:
Expand Down

0 comments on commit 73f1b2a

Please sign in to comment.