From 5c0253ba39ac126928d8b2122d49c02e5e862d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 27 May 2024 21:59:55 +0200 Subject: [PATCH] Try to use big sur for building to see if it makes a difference --- azure-pipelines.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7d5ede30..b7a73f1a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -209,11 +209,14 @@ jobs: - ${{ if and(eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/luisangelsm/'), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/develop'))) }}: - group: macos-codesign pool: - vmImage: 'macOS-latest' + vmImage: 'macOS-11' steps: - script: | - pip3 install aqtinstall - python3 -m aqt install 5.15.10 mac desktop + brew install qt@5 + brew link qt@5 --force + brew install create-dmg + brew install node + brew link --overwrite node npm install -g appdmg mkdir $(Build.SourcesDirectory)\compressed_archive wget "https://github.com/YACReader/yacreader-7z-deps/blob/main/7z2301-src.7z?raw=true" -O $(Build.SourcesDirectory)/compressed_archive/7z2301-src.7z