Merge pull request #437 from YACReader/fix-macos-builds-hdiutil

This commit is contained in:
Luis Ángel San Martín 2024-06-16 08:46:51 +02:00 committed by GitHub
commit 15c904c139
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,7 +151,7 @@ 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'))) }}: - ${{ 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 - group: macos-codesign
pool: pool:
vmImage: 'macOS-latest' vmImage: 'macOS-12'
steps: steps:
- script: | - script: |
pip3 install aqtinstall pip3 install aqtinstall
@ -210,7 +210,7 @@ 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'))) }}: - ${{ 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 - group: macos-codesign
pool: pool:
vmImage: 'macOS-latest' vmImage: 'macOS-12'
steps: steps:
- script: | - script: |
brew install qt@5 brew install qt@5