From 22699d79aa8e1c6c15f0e6d072c4d15975ffa60e Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Wed, 9 Oct 2024 17:38:26 -0400 Subject: [PATCH] [ci] Use latest macOS-14 image (#9385) Context: https://github.com/actions/runner-images/blob/768c45609155f3d115ea5c2c23ce129af4d17a9e/images/macos/macos-14-Readme.md Updates the hosted macOS pool used for build and test stages to the latest macOS 14 Sonoma images. --- build-tools/automation/yaml-templates/variables.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/yaml-templates/variables.yaml b/build-tools/automation/yaml-templates/variables.yaml index ef6f3131c90..4a21510cb50 100644 --- a/build-tools/automation/yaml-templates/variables.yaml +++ b/build-tools/automation/yaml-templates/variables.yaml @@ -30,7 +30,7 @@ variables: - name: GitHub.Token value: $(github--pat--vs-mobiletools-engineering-service2) - name: HostedMacImage - value: macOS-13 + value: macOS-14 - name: HostedWinImage value: windows-2022 - name: WindowsPoolImage1ESPT