From d20192246ae0aee1407139532c52bc4075a96ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 18 Jul 2022 21:39:18 +0200 Subject: [PATCH 1/2] Update vcpkg version to fix CI pipeline --- .azure-pipelines/build-windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/build-windows.yaml b/.azure-pipelines/build-windows.yaml index cb3f161944..27b8d5b4fa 100644 --- a/.azure-pipelines/build-windows.yaml +++ b/.azure-pipelines/build-windows.yaml @@ -8,7 +8,7 @@ jobs: pool: vmImage: 'windows-${{ parameters.visualStudioVersion }}' variables: - vcpkgGitCommitId: 5cf60186a241e84e8232641ee973395d4fde90e1 + vcpkgGitCommitId: 2022.06.16.1 steps: - task: Cache@2 displayName: 'Cache vcpkg' From 23a34a3e08c398f632ac2b58cc2391d40b7c6137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 18 Jul 2022 21:41:27 +0200 Subject: [PATCH 2/2] Upgrade Mac CI pipeline to 12 --- .azure-pipelines/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/build.yaml b/.azure-pipelines/build.yaml index c09523fc01..82dd129c38 100644 --- a/.azure-pipelines/build.yaml +++ b/.azure-pipelines/build.yaml @@ -27,11 +27,11 @@ jobs: displayName: 'Ubuntu 20.04 (ASan)' ubuntuVersion: 20.04 asanEnabled: true - - template: build-mac.yaml - parameters: - displayName: 'Mac 10.15' - macVersion: 10.15 - template: build-mac.yaml parameters: displayName: 'Mac 11' macVersion: 11 + - template: build-mac.yaml + parameters: + displayName: 'Mac 12' + macVersion: 12