Skip to content

Commit

Permalink
apply workaround for XCode
Browse files Browse the repository at this point in the history
  • Loading branch information
EtlamGit committed Jun 1, 2024
1 parent 7ab9225 commit e244713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-qt-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
qt: '5.12.12'
artifact: minutor.dmg
- name: macos-5.15
os: macos-13
os: macos-latest
qt: '5.15.2'
artifact: minutor.dmg
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Build (MacOS)
working-directory: ../build
run: |
qmake ${{ github.workspace }}/minutor.pro
qmake ${{ github.workspace }}/minutor.pro -early QMAKE_DEFAULT_LIBDIRS=$(xcrun -show-sdk-path)/usr/lib
make
- name: Deploy Qt (macOS)
Expand Down

0 comments on commit e244713

Please sign in to comment.