Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Sep 27, 2024
1 parent c899fec commit 4ce2d32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/scripts/github-actions/build-linux-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ else
USE_QT6="ON"

QTPATH="$(pwd)/Qt"
QTVERSION="6.7.2"
QTVERSION="6.7.3"
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"

# Install "aqtinstall" from its master branch to have latest code.
Expand Down
4 changes: 2 additions & 2 deletions resources/scripts/github-actions/build-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if ($use_qt5 -eq "ON") {
$use_qtmultimedia = "ON"
}
else {
$qt_version = "6.7.2"
$qt_version = "6.7.3"

if ($use_webengine -eq "ON") {
$use_libmpv = "ON"
Expand All @@ -56,7 +56,7 @@ else {

$is_qt_6 = $qt_version.StartsWith("6")

$maria_version = "11.4.2"
$maria_version = "11.4.3"
$maria_link = "https://archive.mariadb.org/mariadb-$maria_version/winx64-packages/mariadb-$maria_version-winx64.zip"
$maria_output = "maria.zip"

Expand Down

0 comments on commit 4ce2d32

Please sign in to comment.