From 4ae2a54f3dc8f5066811f7c9b4fcd613a1d230c9 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Fri, 23 Dec 2022 16:56:44 -0700 Subject: [PATCH] CI: Bump macOS Azure runners to macos-12 tag --- Meta/Azure/Lagom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/Azure/Lagom.yml b/Meta/Azure/Lagom.yml index a57930bcc0..5384e03ec8 100644 --- a/Meta/Azure/Lagom.yml +++ b/Meta/Azure/Lagom.yml @@ -15,7 +15,7 @@ jobs: ${{ if or(eq(parameters.os, 'Linux'), eq(parameters.os, 'Android')) }}: value: ubuntu-22.04 ${{ if eq(parameters.os, 'macOS') }}: - value: macos-11 + value: macos-12 - name: toolchain ${{ if eq(parameters.fuzzer, 'Fuzz') }}: