From 38d0fc7b941cb7f27cf5ee4d0f7c81d7f8d899a1 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sun, 25 Sep 2022 11:02:56 +0100 Subject: [PATCH 1/2] Use new Ubuntu and mac images --- .azure-pipelines-ci/ci.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines-ci/ci.yaml b/.azure-pipelines-ci/ci.yaml index 01e893f0c..ca8682067 100644 --- a/.azure-pipelines-ci/ci.yaml +++ b/.azure-pipelines-ci/ci.yaml @@ -22,12 +22,14 @@ stages: - job: strategy: matrix: - Ubuntu_18_04: - vmImage: ubuntu-18.04 Ubuntu_20_04: vmImage: ubuntu-20.04 - mac_Latest: - vmImage: macOS-latest + Ubuntu_22_04: + vmImage: ubuntu-22.04 + macOS_11: + vmImage: macOS-11 + macOS_12: + vmImage: macOS-12 Windows_Server2019_PowerShell_Core: vmImage: windows-2019 Windows_Server2022_PowerShell_Core: From ae513aaf921372b329e583a744d88f27dc630695 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Thu, 27 Oct 2022 18:12:28 +0100 Subject: [PATCH 2/2] only use latest image for macos --- .azure-pipelines-ci/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines-ci/ci.yaml b/.azure-pipelines-ci/ci.yaml index ca8682067..956139389 100644 --- a/.azure-pipelines-ci/ci.yaml +++ b/.azure-pipelines-ci/ci.yaml @@ -26,10 +26,8 @@ stages: vmImage: ubuntu-20.04 Ubuntu_22_04: vmImage: ubuntu-22.04 - macOS_11: - vmImage: macOS-11 - macOS_12: - vmImage: macOS-12 + mac_Latest: + vmImage: macOS-latest Windows_Server2019_PowerShell_Core: vmImage: windows-2019 Windows_Server2022_PowerShell_Core: