From 5d27de994d8d4f18a8a33444cf6dc6197330ad4c Mon Sep 17 00:00:00 2001 From: Vincent Dai <23257217+vidai-msft@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:58:18 -0700 Subject: [PATCH] Fix date time test issue (#26265) --- .azure-pipelines/powershell-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/powershell-core.yml b/.azure-pipelines/powershell-core.yml index 1757153461e3..3571338c9495 100644 --- a/.azure-pipelines/powershell-core.yml +++ b/.azure-pipelines/powershell-core.yml @@ -7,7 +7,7 @@ variables: LinuxAgentPoolVMImage: '' MacOSName: macOS MacOSAgentPoolName: 'Azure Pipelines' - MacOSAgentPoolVMImage: macOS-latest + MacOSAgentPoolVMImage: macOS-13 TestFramework: net6.0 TestTarget: Test Configuration: Debug