Skip to content

Commit

Permalink
actions: attempt to fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari authored Aug 21, 2024
1 parent 7cbbbfc commit 5a709e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5a709e4

Please sign in to comment.