Skip to content

Commit

Permalink
Trying new qt version
Browse files Browse the repository at this point in the history
  • Loading branch information
leuat committed Oct 9, 2024
1 parent 5a6a1cd commit ec5aac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: jurplel/install-qt-action@v3
with:
aqtversion: '==3.1.*'
version: '6.7.0'
version: '6.8.0'
host: 'mac'
target: 'desktop'
arch: 'clang_64'
Expand Down
2 changes: 1 addition & 1 deletion Publish/publish_mac/publish_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
macdeployqt .
else
rm *.ini
~/Qt/6.0.1/clang_64/bin/macdeployqt .
~/Qt/6.6.1/macos/bin/macdeployqt .
fi
cd ../../

Expand Down

0 comments on commit ec5aac3

Please sign in to comment.