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 @@
11jobs:
22- job: BuildMacOS
33 pool:
4 vmImage: 'macOS-10.15'
4 vmImage: 'macOS-11'
55 timeoutInMinutes: 360
66 steps:
77 - task: DownloadSecureFile@1
......@@ -12,7 +12,7 @@ jobs:
1212 displayName: 'Build and test'
1313- job: BuildMacOS_arm64
1414 pool:
15 vmImage: 'macOS-10.15'
15 vmImage: 'macOS-11'
1616 timeoutInMinutes: 180
1717 steps:
1818 - task: DownloadSecureFile@1