From d8bb60f92859ce67a4c2616aad2d438bdaadb7bb Mon Sep 17 00:00:00 2001 From: Joel Timothy Oh Date: Thu, 2 May 2024 10:34:33 +0000 Subject: [PATCH] Docs (samples): Fix azure-pipelines macOS template --- .../ci/azure-pipelines/generic/azure-pipelines.macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/samples/ci/azure-pipelines/generic/azure-pipelines.macos.yml b/docs/samples/ci/azure-pipelines/generic/azure-pipelines.macos.yml index f833aeb..455b13d 100644 --- a/docs/samples/ci/azure-pipelines/generic/azure-pipelines.macos.yml +++ b/docs/samples/ci/azure-pipelines/generic/azure-pipelines.macos.yml @@ -25,7 +25,7 @@ stages: - job: macos displayName: '[macOS] PowerShell Core' pool: - vmImage: macOS-latest + vmImage: macos-latest steps: - checkout: self submodules: recursive