From d4bf1f08f7a94e8d11aff85ca291d3d310c30300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 27 May 2024 19:02:48 +0200 Subject: [PATCH] Try to use Qt 5.15.10 to make macos builds work in Mojave --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 788d828f..0fd63cca 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -212,8 +212,8 @@ jobs: vmImage: 'macOS-latest' steps: - script: | - brew install qt@5 - brew link qt@5 --force + brew install qt@5.15.10 + brew link qt@5.15.10 --force brew install create-dmg brew install node brew link --overwrite node