From e3c8ba2dc541f5be63d199702624831d48bd0f22 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Fri, 15 Jul 2022 13:27:48 +0200 Subject: [PATCH] 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 --- ci/azure/pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml index e74a08667c..75e9e7ef8e 100644 --- a/ci/azure/pipelines.yml +++ b/ci/azure/pipelines.yml @@ -1,7 +1,7 @@ jobs: - job: BuildMacOS pool: - vmImage: 'macOS-10.15' + vmImage: 'macOS-11' timeoutInMinutes: 360 steps: - task: DownloadSecureFile@1 @@ -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