From 5c5567c98fd037e865ee40c875532552dbe657b7 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 5 Apr 2023 09:37:13 +0200 Subject: [PATCH] mac to 6.5.0 --- resources/scripts/github-actions/build-linux-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/github-actions/build-linux-mac.sh b/resources/scripts/github-actions/build-linux-mac.sh index f03e93236..2cbf4de46 100755 --- a/resources/scripts/github-actions/build-linux-mac.sh +++ b/resources/scripts/github-actions/build-linux-mac.sh @@ -51,7 +51,7 @@ else USE_QT6="ON" QTPATH="$(pwd)/Qt" - QTVERSION="6.4.3" + QTVERSION="6.5.0" QTBIN="$QTPATH/$QTVERSION/$QTOS/bin" # Install "aqtinstall" from its master branch to have latest code.