Skip to content

Commit

Permalink
Trying to fix mac action
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Oct 7, 2024
1 parent a5376bf commit 933b320
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,15 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==3.1.*'
version: '5.15.2'
version: '6.7.3'
archives: 'x86_64 qtbase qttools'
cache: true
setup-python: false

- name: Build
working-directory: ${{env.SOURCE_DIR}}
run: |
qmake CONFIG+=release ${{env.SOURCE_DIR}}
CFLAGS="-isysroot /Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk" make
CFLAGS="-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" make
- name: Deploy
working-directory: ${{env.SOURCE_DIR}}
Expand Down

0 comments on commit 933b320

Please sign in to comment.