Try to use big sur for building to see if it makes a difference

This commit is contained in:
Luis Ángel San Martín 2024-05-27 21:59:55 +02:00
parent 657e56e5b0
commit 5c0253ba39

View File

@ -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