Skip to content

Commit

Permalink
ci: bump macOS image on Github Actions to macos-11
Browse files Browse the repository at this point in the history
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:

actions/runner-images#5583
  • Loading branch information
kubkon committed Jul 15, 2022
1 parent 577f9fd commit e3c8ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/azure/pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jobs:
- job: BuildMacOS
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
timeoutInMinutes: 360
steps:
- task: DownloadSecureFile@1
Expand All @@ -12,7 +12,7 @@ jobs:
displayName: 'Build and test'
- job: BuildMacOS_arm64
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-11'
timeoutInMinutes: 180
steps:
- task: DownloadSecureFile@1
Expand Down

0 comments on commit e3c8ba2

Please sign in to comment.