ci: bump macOS image on Github Actions to macos-11
The currently used image is getting deprecated and every user is advised
to switch to either macos-11 or macos-12. The link to upstream
issue/notification:
https://github.com/actions/virtual-environments/issues/5583
1 files changed, 2 insertions(+), 2 deletions(-)
ci
azure
ci/azure/pipelines.yml+2-2
| ... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 | jobs: |
| 2 | 2 | - job: BuildMacOS |
| 3 | 3 | pool: |
| 4 | | vmImage: 'macOS-10.15' |
| 4 | vmImage: 'macOS-11' |
| 5 | 5 | timeoutInMinutes: 360 |
| 6 | 6 | steps: |
| 7 | 7 | - task: DownloadSecureFile@1 |
| ... | ... | @@ -12,7 +12,7 @@ jobs: |
| 12 | 12 | displayName: 'Build and test' |
| 13 | 13 | - job: BuildMacOS_arm64 |
| 14 | 14 | pool: |
| 15 | | vmImage: 'macOS-10.15' |
| 15 | vmImage: 'macOS-11' |
| 16 | 16 | timeoutInMinutes: 180 |
| 17 | 17 | steps: |
| 18 | 18 | - task: DownloadSecureFile@1 |