mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Bump macos version, macos-12 is being dropped
This commit is contained in:
parent
dd3188a6da
commit
60af741593
@ -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-12'
|
||||
vmImage: 'macOS-14'
|
||||
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-12'
|
||||
vmImage: 'macOS-14'
|
||||
steps:
|
||||
- script: |
|
||||
brew install qt@5
|
||||
|
Loading…
Reference in New Issue
Block a user