Skip to content

Commit

Permalink
[CI] Test also with Qt 6.1.0:6.7.0 on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Jun 14, 2024
1 parent 3c5c626 commit 76c50a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/premake5-qt-mac-xcode4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt-version: ['5.15.0', '6.0.4']
qt-version: ['5.15.0', '6.0.4', '6.1.0', '6.7.0']

steps:
- name: Checkout
Expand All @@ -55,10 +55,11 @@ jobs:

- name: set path
run: |
echo PATH=$PATH:`pwd`
echo PATH=$PATH:`pwd` >> $GITHUB_ENV
echo QT_DIR=$QT_ROOT_DIR
echo QT_DIR=$QT_ROOT_DIR >> $GITHUB_ENV
echo PATH=$PATH:`pwd`
echo PATH=$PATH:`pwd` >> $GITHUB_ENV
echo QT_DIR=$QT_ROOT_DIR
echo QT_DIR=$QT_ROOT_DIR >> $GITHUB_ENV
find $QT_ROOT_DIR -name "*moc*"
#- name: install libxkbcommon-x11-0 # display dependency
# run: sudo apt-get install libxkbcommon-x11-0
Expand Down
2 changes: 1 addition & 1 deletion submodules/premake-qt
Submodule premake-qt updated 1 files
+9 −3 qt.lua

0 comments on commit 76c50a4

Please sign in to comment.