Skip to content

Commit

Permalink
Bump to Qt 6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrePTJ committed Jun 27, 2024
1 parent dbbd110 commit f1c8511
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt_version: [6.7.0, 5.15.2]
qt_version: [6.7.2, 5.15.2]
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
artifacts: 'Kemai-*.AppImage'

WindowsJob:
name: Windows Qt-6.7.0
name: Windows Qt-6.7.2
runs-on: windows-latest
steps:
- name: Checkout repo
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.7.0'
version: '6.7.2'
tools: 'tools_opensslv3_x64'
cache: true
aqtversion: '==3.1.*'
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
artifacts: 'cmake-build-release-win/Kemai-*.msi'

MacOSJob:
name: MacOS Qt-6.7.0
name: MacOS Qt-6.7.2
runs-on: macos-latest
strategy:
matrix:
Expand All @@ -119,7 +119,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.7.0'
version: '6.7.2'
cache: true
aqtversion: '==3.1.*'

Expand Down
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"name": "default-windows",
"hidden": true,
"cacheVariables": {
"CMAKE_PREFIX_PATH": "c:/Qt/6.7.0/msvc2019_64",
"CMAKE_PREFIX_PATH": "c:/Qt/6.7.2/msvc2019_64",
"OPENSSL_ROOT": "c:/Qt/Tools/OpenSSLv3/Win_x64",
"CMAKE_INSTALL_PREFIX": "dist"
}
Expand All @@ -30,7 +30,7 @@
"name": "default-macos",
"hidden": true,
"cacheVariables": {
"CMAKE_PREFIX_PATH": "$env{HOME}/Qt/6.7.0/macos",
"CMAKE_PREFIX_PATH": "$env{HOME}/Qt/6.7.2/macos",
"CMAKE_INSTALL_PREFIX": "dist"
}
},
Expand Down

0 comments on commit f1c8511

Please sign in to comment.