From 185422fccff1685b89ebba4cc8c5c104d60d8646 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 24 Sep 2024 12:04:57 +0100 Subject: [PATCH] ci: lock qt version to 6.7.2 on win/mac --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index d87251832..2d6685b82 100644 --- a/config.yaml +++ b/config.yaml @@ -12,7 +12,7 @@ config: # already installed on the Windows runner. command: if not defined CI (winget install ninja-build.ninja cmake) qt: - version: 6.7 + version: 6.7.2 mirror: https://qt.mirror.constant.com/ base-dir: ./deps/qt @@ -20,7 +20,7 @@ config: dependencies: command: brew bundle --file=Brewfile qt: - version: 6.7 + version: 6.7.2 mirror: https://qt.mirror.constant.com/ base-dir: ./deps/qt