authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-07-15 13:27:48+02:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2022-07-15 07:56:21-07:00
loge3c8ba2dc541f5be63d199702624831d48bd0f22
tree3f4ee9e5abc44af6e8e4fbda88c3b2e4bb5c4b9d
parent577f9fdbae12eabbbf87bd2cc36a1565df3153b2

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/pipelines.yml+2-2
...@@ -1,7 +1,7 @@...@@ -1,7 +1,7 @@
1jobs:1jobs:
2- job: BuildMacOS2- job: BuildMacOS
3 pool:3 pool:
4 vmImage: 'macOS-10.15'4 vmImage: 'macOS-11'
5 timeoutInMinutes: 3605 timeoutInMinutes: 360
6 steps:6 steps:
7 - task: DownloadSecureFile@17 - task: DownloadSecureFile@1
...@@ -12,7 +12,7 @@ jobs:...@@ -12,7 +12,7 @@ jobs:
12 displayName: 'Build and test'12 displayName: 'Build and test'
13- job: BuildMacOS_arm6413- job: BuildMacOS_arm64
14 pool:14 pool:
15 vmImage: 'macOS-10.15'15 vmImage: 'macOS-11'
16 timeoutInMinutes: 18016 timeoutInMinutes: 180
17 steps:17 steps:
18 - task: DownloadSecureFile@118 - task: DownloadSecureFile@1