From 3f8790f7ff6bb7844fc14000f36507b28f7cd627 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Sat, 29 Jun 2024 17:55:11 -0700 Subject: [PATCH] Use macOS-latest for Azure CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d8978de7d..9c0928e07 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ stages: - template: azure/templates/unit-tests.yml - job: macOS pool: - vmImage: 'macOS-11' + vmImage: 'macOS-latest' steps: - template: azure/templates/unit-tests.yml - job: Linux