From 5a709e4bda53aca1189a6f4cef4698fae4c84987 Mon Sep 17 00:00:00 2001 From: Massimo Callegari Date: Wed, 21 Aug 2024 11:40:04 +0200 Subject: [PATCH] actions: attempt to fix macos build --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29e8e0a358..110ed3d925 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -490,7 +490,7 @@ jobs: path: ${{matrix.task}}-${{env.OUTFILE}} build-macos: - runs-on: macos-13 + runs-on: macos-12 name: QLCplus macOS ${{matrix.task}} strategy: fail-fast: false @@ -568,7 +568,7 @@ jobs: run: |- ${{ env.QTDIR }}/bin/macdeployqt ~/QLC+.app - - name: Fix mode deps + - name: Fix more deps shell: bash run: |- install_name_tool -change /usr/local/opt/fftw/lib/libfftw3.3.dylib @executable_path/../Frameworks/libfftw3.3.dylib ~/QLC+.app/Contents/MacOS/qlcplus