Skip to content

Commit b016b80

Browse files
author
Paweł Salawa
committed
Return to Qt 6.7 for Linux on ARM, as newer versions of Qt for ARM require Ubuntu 24 (and its newer glibc)
1 parent 66b96f4 commit b016b80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lin_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ jobs:
6262
"SQLITE_ARCH": "x64",
6363
"OUTPUT_FILE_ARCH": "x64"
6464
}'
65+
# Qt 6.7 for Linux on ARM, as newer versions of Qt for ARM require Ubuntu 24 (and its newer glibc)
6566
MATRIX_ARM64='{
6667
"OS": "ubuntu-22.04-arm",
6768
"TARGET_ARCH": "aarch64",
68-
"QT_VERSION": "6.10.3",
69+
"QT_VERSION": "6.7.3",
6970
"QT_ARCH": "linux_gcc_arm64",
7071
"QT_HOST": "linux_arm64",
7172
"LIBSSL_DIR_URL": "http://ports.ubuntu.com/pool/main/o/openssl/",

0 commit comments

Comments
 (0)