mirror of
				https://github.com/YACReader/yacreader
				synced 2025-10-31 08:14:29 -04:00 
			
		
		
		
	Merge pull request #437 from YACReader/fix-macos-builds-hdiutil
This commit is contained in:
		| @ -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'))) }}: | ||||
|     - group: macos-codesign | ||||
|   pool: | ||||
|     vmImage: 'macOS-latest' | ||||
|     vmImage: 'macOS-12' | ||||
|   steps: | ||||
|   - script: | | ||||
|       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'))) }}: | ||||
|     - group: macos-codesign | ||||
|   pool: | ||||
|     vmImage: 'macOS-latest' | ||||
|     vmImage: 'macOS-12' | ||||
|   steps: | ||||
|   - script: | | ||||
|       brew install qt@5 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user