Skip to content

Commit

Permalink
update macOS action for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Apr 5, 2024
1 parent f2ac392 commit 124feb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Release_tag_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:

PC_Application_OSX:
needs: PC_Application_Ubuntu
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v1

Expand All @@ -159,6 +159,9 @@ jobs:
qmake LibreVNA-GUI.pro
make -j9
macdeployqt LibreVNA-GUI.app
# Unfortunately, we have to do some hackery to fix the loading path errors
# and missing dylibs from macdeployqt.
./fixMacDylibs.sh
zip -ry LibreVNA-GUI.zip LibreVNA-GUI.app
shell: bash

Expand Down

0 comments on commit 124feb5

Please sign in to comment.